Package | Description |
---|---|
org.openimaj.ml.linear.learner.perceptron |
Modifier and Type | Class and Description |
---|---|
class |
MarginMeanCenteredPerceptron |
class |
MeanCenteredKernelPerceptron |
class |
MeanCenteredProjectron |
class |
PlusOneDoubleArrayKernelPerceptron
An implementation of a simple
KernelPerceptron which works with
double array inputs and is binary. |
class |
Projectron |
class |
ThresholdDoubleArrayKernelPerceptron
An implementation of a simple
KernelPerceptron which works with
double array inputs and is binary. |