Class WindowTester
java.lang.Object
edu.msu.cme.rdp.classifier.train.validation.movingwindow.WindowTester
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
classify
(TreeFactory factory, ArrayList seqList, Window window, int windowIndex, int min_bootstrap_words) classify each sequence from a parservoid
displayTreeErrorRate
(HierarchyTree root, int indent) search the tree node that the current test getSequence() belongs to
-
Constructor Details
-
WindowTester
Creates new Tester- Throws:
IOException
-
-
Method Details
-
classify
public void classify(TreeFactory factory, ArrayList seqList, Window window, int windowIndex, int min_bootstrap_words) throws IOException classify each sequence from a parser- Throws:
IOException
-
displayTreeErrorRate
search the tree node that the current test getSequence() belongs to- Throws:
IOException
-