|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.learner.kernel.evosvm.RegressionOptimizationFunction
public class RegressionOptimizationFunction
This function must be maximized for the search for an optimal hyperplane for regression.
Constructor Summary | |
---|---|
RegressionOptimizationFunction(double epsilon)
|
Method Summary | |
---|---|
double[] |
getFitness(double[] alphas,
double[] ys,
Kernel kernel)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegressionOptimizationFunction(double epsilon)
Method Detail |
---|
public double[] getFitness(double[] alphas, double[] ys, Kernel kernel)
getFitness
in interface OptimizationFunction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |