|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.udo.cs.myRVM.Kernel.Kernel
edu.udo.cs.myRVM.Kernel.KernelGaussianCombination
public class KernelGaussianCombination
Returns the value of the Gaussian combination kernel of both examples.
| Field Summary | |
|---|---|
private double |
sigma1
The parameter sigma1 of the Gaussian combination kernel. |
private double |
sigma2
The parameter sigma2 of the Gaussian combination kernel. |
private double |
sigma3
The parameter sigma3 of the Gaussian combination kernel. |
| Constructor Summary | |
|---|---|
KernelGaussianCombination()
|
|
KernelGaussianCombination(double sigma1,
double sigma2,
double sigma3)
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 |
|---|
private double sigma1
private double sigma2
private double sigma3
| Constructor Detail |
|---|
public KernelGaussianCombination(double sigma1,
double sigma2,
double sigma3)
public KernelGaussianCombination()
| Method Detail |
|---|
public double eval(double[] x,
double[] y)
Kernel
eval in class Kernel
public void writeKernelData(java.io.ObjectOutputStream out)
throws java.io.IOException
writeKernelData in class Kerneljava.io.IOException
public void readKernelData(java.io.ObjectInputStream in)
throws java.io.IOException
readKernelData in class Kerneljava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||