All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jsvm.TestCaseParser
Parses a data file(.tst) containing test examples. Each test example contains a list of feature/value pairs. For instance: (feature:value)... (feature:value)... (feature:value)... The accuracy of SVM classification will not be calculated, because label information is not provided.
public TestCaseParser()
public Vector parse(InputStream in) throws IOException
All Packages Class Hierarchy This Package Previous Next Index