Package tests.testNaiveBayes
Class TestNaiveBayes
- java.lang.Object
-
- tests.testNaiveBayes.TestNaiveBayes
-
public class TestNaiveBayes extends java.lang.Object
Test Naive Bayes as a wrapper classifier
-
-
Constructor Summary
Constructors Constructor Description TestNaiveBayes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Test Naive Bayes as a wrapper classifier
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Test Naive Bayes as a wrapper classifierExpected args:
- training: Path to the training dataset (string)
- test: Path to the test dataset (string)
- class-index: Index of the class column (int, >= 0)
- feats: list of selected features (sequence of int)
- Parameters:
args
- Command line arguments
-
-