Interface | Description |
---|---|
SimpleWeightVectorModel |
This interface is for multi-class classification problems where there may be
K or K-1 weight vectors for K classes.
|
SingleWeightVectorModel |
This interface is for binary classification and regression problems where the
solution can be represented as a single weight vector.
|
Class | Description |
---|---|
ARFFLoader |
Class for loading ARFF files.
|
DataSet<Type extends DataSet> |
This is the base class for representing a data set.
|
SimpleDataSet |
SimpleData Set is a basic implementation of a data set.
|
Copyright © 2017. All rights reserved.