All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jsvm.OrigSvmParser | +----jsvm.LabeledTestCaseParser
Parses a data file(.lts) containing test examples. Each test example starts with a label followed by a list of feature/value pairs. For an instance: (label) (feature:value)... (label) (feature:value)... (label) (feature:value)... With the label information, the accuracy of SVM classification can be calculated.
public LabeledTestCaseParser()
public TrainingSet parse(InputStream in) throws IOException
All Packages Class Hierarchy This Package Previous Next Index