Class ComparisonCmd
java.lang.Object
edu.msu.cme.rdp.classifier.comparison.ComparisonCmd
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doClassify
(String s1, String s2, String detailFile, String sigFile, ClassificationResultFormatter.FORMAT format) given the parser and root, calls the tester to do the classificationstatic void
static void
Prints the license information to std err.
-
Field Details
-
QUERYFILE1_LONG_OPT
- See Also:
-
QUERYFILE2_LONG_OPT
- See Also:
-
COMPARE_OUTFILE_LONG_OPT
- See Also:
-
QUERYFILE1_SHORT_OPT
- See Also:
-
QUERYFILE2_SHORT_OPT
- See Also:
-
COMPARE_OUTFILE_SHORT_OPT
- See Also:
-
QUERYFILE_DESC
- See Also:
-
COMPARE_OUTFILE_DESC
- See Also:
-
-
Constructor Details
-
ComparisonCmd
Creates a new Manager- Throws:
IOException
TrainingDataException
-
-
Method Details
-
doClassify
public void doClassify(String s1, String s2, String detailFile, String sigFile, ClassificationResultFormatter.FORMAT format) throws IOException given the parser and root, calls the tester to do the classification- Throws:
IOException
-
printLicense
public static void printLicense()Prints the license information to std err. -
main
- Throws:
Exception
-