Class TestNormalization

  • java.lang.Object
    • tests.testNormalization.TestNormalization

  • public class TestNormalization
    extends java.lang.Object
    Test of the normalization function of the MoreDatasetTools class
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Test of the normalization function of the MoreDatasetTools class
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestNormalization

        public TestNormalization()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Test of the normalization function of the MoreDatasetTools class

        Expected args:

        1. dataset: Path to the dataset (string)
        2. class-index: Index of the class column (int, >= 0)
        Parameters:
        args - Command line arguments
        Throws:
        java.lang.Exception