edu.udo.cs.myRVM.Kernel
Class KernelMultiquadric

java.lang.Object
  extended by edu.udo.cs.myRVM.Kernel.Kernel
      extended by edu.udo.cs.myRVM.Kernel.KernelMultiquadric

public class KernelMultiquadric
extends Kernel

Returns the value of the Multiquadric kernel of both examples.

Version:
$Id: KernelMultiquadric.java,v 1.1 2006/08/26 14:49:38 ingomierswa Exp $
Author:
Ingo Mierswa

Field Summary
private  double shift
          The parameter shift of the multiquadric kernel.
private  double sigma
          The parameter sigma of the Multiquadric kernel.
 
Constructor Summary
KernelMultiquadric()
           
KernelMultiquadric(double sigma, double shift)
          Constructor(s)
 
Method Summary
 double eval(double[] x, double[] y)
          Evaluate kernel
 void readKernelData(java.io.ObjectInputStream in)
           
 java.lang.String toString()
           
 void writeKernelData(java.io.ObjectOutputStream out)
           
 
Methods inherited from class edu.udo.cs.myRVM.Kernel.Kernel
norm2, readKernel, writeKernel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sigma

private double sigma
The parameter sigma of the Multiquadric kernel.


shift

private double shift
The parameter shift of the multiquadric kernel.

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


writeKernelData

public void writeKernelData(java.io.ObjectOutputStream out)
                     throws java.io.IOException
Specified by:
writeKernelData in class Kernel
Throws:
java.io.IOException

readKernelData

public void readKernelData(java.io.ObjectInputStream in)
                    throws java.io.IOException
Specified by:
readKernelData in class Kernel
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001-2006