All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jsvm.SvmParser
Parses a data file(.ntr) containing multiple sets of training or testing examples. This file format is more flexible; each example is preceeded by the classifier name. For instance: (classifier) (label) (feature):(value) ... (classifier) (label) (feature):(value) ... (classifier) (label) (feature):(value) ...
public SvmParser()
public TrainingSet parse(InputStream in) throws IOException
All Packages Class Hierarchy This Package Previous Next Index