|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.learner.functions.kernel.rvm.kernel.Kernel
public abstract class Kernel
Abstract base class for all RVM / GP kernels. Please note that all kernel functions must have a zero argument constructor.
| Constructor Summary | |
|---|---|
Kernel()
Constructor(s) |
|
| Method Summary | |
|---|---|
abstract double |
eval(double[] x,
double[] y)
Evaluate kernel |
double |
norm2(double[] x,
double[] y)
Calculates l2-norm(x, y)^2 = ||x - y||^2 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Kernel()
| Method Detail |
|---|
public abstract double eval(double[] x,
double[] y)
public double norm2(double[] x,
double[] y)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||