|
||||||||||
| 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.KernelBasisFunction
public class KernelBasisFunction
A basis function for kernels.
| Field Summary | |
|---|---|
protected int |
dim
Dimension of the basis vector (= dimension of input vectors) |
protected Kernel |
kernel
The kernel to be used as a basis |
protected double[] |
y
Vector |
| Constructor Summary | |
|---|---|
KernelBasisFunction(Kernel kernel)
|
|
KernelBasisFunction(Kernel kernel,
double[] y_vector)
Constructor(s) |
|
| Method Summary | |
|---|---|
double |
eval(double[] x)
Evaluate KernelBasisFunction |
double[] |
getBasisVector()
Get basis vector |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int dim
protected double[] y
protected Kernel kernel
| Constructor Detail |
|---|
public KernelBasisFunction(Kernel kernel,
double[] y_vector)
public KernelBasisFunction(Kernel kernel)
| Method Detail |
|---|
public double eval(double[] x)
public double[] getBasisVector()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||