Package one.empty3.feature
Class ProcessEval
java.lang.Object
one.empty3.feature.ProcessEval
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
f(x) = w . x + b // Hyperplane separating POS and NEG w'= SOMME ( d'i yi xi) f(x) = SOMME (d'yi * (xi . x ) + b w' = SOMME (d'i yi xi) f(x) = SOMME (d'i yi (phi(xi) . phi(x)) + Bvoid
double
matchFeature
(double[] x, double[] f) void
setFeature
(double[] f) double
-
Constructor Details
-
ProcessEval
public ProcessEval(int width, int height)
-
-
Method Details
-
addFile
f(x) = w . x + b // Hyperplane separating POS and NEG w'= SOMME ( d'i yi xi) f(x) = SOMME (d'yi * (xi . x ) + b w' = SOMME (d'i yi xi) f(x) = SOMME (d'i yi (phi(xi) . phi(x)) + B -
addFiles
-
setFeature
public void setFeature(double[] f) -
value
-
matchFeature
public double matchFeature(double[] x, double[] f)
-