public interface IClassifier
Generic classifier.
| Modifier and Type | Method and Description |
|---|---|
byte[] |
classify(double[] inputs)
Obtain the associated class of one observation
|
byte[][] |
classify(double[][] inputs)
Obtain the associated class of a set of observations, through
their inputs values
|
byte[] classify(double[] inputs)
Obtain the associated class of one observation
inputs - Double array with all inputs of the observationbyte[][] classify(double[][] inputs)
Obtain the associated class of a set of observations, through their inputs values
inputs - Double matrix with all inputs of all observations