Package tests.testNormalization
Class TestNormalization
- java.lang.Object
-
- tests.testNormalization.TestNormalization
-
public class TestNormalization extends java.lang.Object
Test of the normalization function of the MoreDatasetTools class
-
-
Constructor Summary
Constructors Constructor Description TestNormalization()
-
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
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
Test of the normalization function of the MoreDatasetTools classExpected args:
- dataset: Path to the dataset (string)
- class-index: Index of the class column (int, >= 0)
- Parameters:
args
- Command line arguments- Throws:
java.lang.Exception
-
-