Package | Description |
---|---|
cs2.introml |
Modifier and Type | Class and Description |
---|---|
class |
HiddenPatternDataSet
A dataset based upon a set of patterns, each
a result object and a set of feature number/value pairs.
|
class |
LibSVMDataSet
A dataset from an input stream formatted ala LibSVM
|
class |
ListDataSet
ArrayList-backed DataSet implementation
|
Modifier and Type | Method and Description |
---|---|
double |
Classifier.evaluate(DataSet tr,
DataSet t)
Reports accuracy of predicting outputs on a
testing dataset after having access to a training
dataset
|