public class PlusOneDoubleArrayKernelPerceptron extends DoubleArrayKernelPerceptron
KernelPerceptron
which works with
double array inputs and is binary.supports, weights
errors
Constructor and Description |
---|
PlusOneDoubleArrayKernelPerceptron(VectorKernel k) |
Modifier and Type | Method and Description |
---|---|
double[] |
correct(double[] in) |
getBias, getSupports, getWeights, mapping, predict, update
getErrors, process
public PlusOneDoubleArrayKernelPerceptron(VectorKernel k)
k
- public double[] correct(double[] in)