com.rapidminer.operator.learner.functions.kernel.rvm.kernel
Class KernelGaussianCombination
java.lang.Object
com.rapidminer.operator.learner.functions.kernel.rvm.kernel.Kernel
com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelGaussianCombination
- All Implemented Interfaces:
- java.io.Serializable
public class KernelGaussianCombination
- extends Kernel
Returns the value of the Gaussian combination kernel of both examples.
- Author:
- Ingo Mierswa
- See Also:
- Serialized Form
|
Method Summary |
double |
eval(double[] x,
double[] y)
Evaluate kernel |
java.lang.String |
toString()
|
| Methods inherited from class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.Kernel |
norm2 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
KernelGaussianCombination
public KernelGaussianCombination(double sigma1,
double sigma2,
double sigma3)
- Constructor(s)
KernelGaussianCombination
public KernelGaussianCombination()
eval
public double eval(double[] x,
double[] y)
- Description copied from class:
Kernel
- Evaluate kernel
- Specified by:
eval in class Kernel
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2001-2009 by Rapid-I