public class MulticlassPA extends Object
Constructor and Description |
---|
MulticlassPA(int numClasses,
int numDimensions,
float aggressiveness) |
Modifier and Type | Method and Description |
---|---|
int |
sparseGetClass(int[] index_array,
float[] float_array)
Train on one example
|
boolean |
sparseTrainOneExample(int[] index_array,
float[] float_array,
int target)
Train on one example
|