com.rapidminer.operator.learner.functions.kernel.rvm.kernel
Class KernelMultiquadric

java.lang.Object
  extended by com.rapidminer.operator.learner.functions.kernel.rvm.kernel.Kernel
      extended by com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelMultiquadric
All Implemented Interfaces:
java.io.Serializable

public class KernelMultiquadric
extends Kernel

Returns the value of the Multiquadric kernel of both examples.

Author:
Ingo Mierswa
See Also:
Serialized Form

Constructor Summary
KernelMultiquadric()
           
KernelMultiquadric(double sigma, double shift)
          Constructor(s)
 
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
 

Constructor Detail

KernelMultiquadric

public KernelMultiquadric(double sigma,
                          double shift)
Constructor(s)


KernelMultiquadric

public KernelMultiquadric()
Method Detail

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