Class | Description |
---|---|
DoubleArrayKernelPerceptron |
An implementation of a simple
KernelPerceptron which works with
double arrays. |
KernelPerceptron<INDEPENDANT,DEPENDANT> | |
MarginMeanCenteredPerceptron | |
MeanCenteredKernelPerceptron | |
MeanCenteredProjectron | |
OISVM | |
PlusOneDoubleArrayKernelPerceptron |
An implementation of a simple
KernelPerceptron which works with
double array inputs and is binary. |
Projectron | |
SimplePerceptron | |
ThresholdDoubleArrayKernelPerceptron |
An implementation of a simple
KernelPerceptron which works with
double array inputs and is binary. |
Enum | Description |
---|---|
PerceptronClass |