Package | Description |
---|---|
org.openimaj.ml.linear.data | |
org.openimaj.ml.linear.learner.perceptron |
Modifier and Type | Method and Description |
---|---|
IndependentPair<double[],PerceptronClass> |
LinearPerceptronDataGenerator.generate() |
Modifier and Type | Method and Description |
---|---|
static PerceptronClass |
PerceptronClass.fromSign(double d) |
PerceptronClass |
DoubleArrayKernelPerceptron.predict(double[] x) |
PerceptronClass |
ThresholdDoubleArrayKernelPerceptron.predict(double[] x) |
PerceptronClass |
OISVM.predict(double[] x) |
static PerceptronClass |
PerceptronClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerceptronClass[] |
PerceptronClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MarginMeanCenteredPerceptron.process(double[] xt,
PerceptronClass yt) |
void |
OISVM.process(double[] x,
PerceptronClass y) |
void |
MeanCenteredProjectron.update(double[] xt,
PerceptronClass yt,
PerceptronClass yt_prime) |
void |
DoubleArrayKernelPerceptron.update(double[] xt,
PerceptronClass yt,
PerceptronClass yt_prime) |
void |
Projectron.update(double[] xt,
PerceptronClass yt,
PerceptronClass yt_prime) |
void |
MeanCenteredKernelPerceptron.update(double[] xt,
PerceptronClass yt,
PerceptronClass yt_prime) |