| Package | Description |
|---|---|
| cs2.introml |
| Modifier and Type | Field and Description |
|---|---|
static LibSVMDataSet.ResultInterpreter |
LibSVMDataSet.IntegerInterpreter
Interprets the result string as an integer
|
static LibSVMDataSet.ResultInterpreter |
LibSVMDataSet.StringInterpreter
Interprets the result string as a string
|
| Constructor and Description |
|---|
LibSVMDataSet(java.io.InputStream in,
int numFeatures,
LibSVMDataSet.ResultInterpreter interpreter)
Initializes the dataset using an input stream in LibSVM format
|