|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.myRVM.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 |
static Kernel |
readKernel(java.io.ObjectInputStream in)
Read kernel from stream |
abstract void |
readKernelData(java.io.ObjectInputStream in)
|
void |
writeKernel(java.io.ObjectOutputStream out)
Write kernel to stream |
abstract void |
writeKernelData(java.io.ObjectOutputStream out)
|
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 abstract void writeKernelData(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
public abstract void readKernelData(java.io.ObjectInputStream in) throws java.io.IOException
java.io.IOException
public double norm2(double[] x, double[] y)
public final void writeKernel(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
public static Kernel readKernel(java.io.ObjectInputStream in) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |