|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel
edu.udo.cs.yale.operator.learner.kernel.evosvm.GaussianCombinationKernel
public class GaussianCombinationKernel
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. |
Fields inherited from class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel |
---|
KERNEL_DOT, KERNEL_EPANECHNIKOV, KERNEL_GAUSSIAN_COMBINATION, KERNEL_MULTIQUADRIC, KERNEL_POLYNOMIAL, KERNEL_RADIAL, KERNEL_SIGMOID, KERNEL_TYPES |
Constructor Summary | |
---|---|
GaussianCombinationKernel()
|
Method Summary | |
---|---|
double |
calculateDistance(double[] x1,
double[] x2)
Calculates kernel value of vectors x and y. |
double |
getSigma1()
|
double |
getSigma2()
|
double |
getSigma3()
|
int |
getType()
Must return one out of KERNEL_DOT, KERNEL_RADIAL, KERNEL_POLYNOMIAL, or KERNEL_SIGMOID. |
void |
readKernelParameters(java.io.ObjectInputStream in)
Reads the sigma values from the given stream. |
void |
setSigma1(double sigma1)
|
void |
setSigma2(double sigma2)
|
void |
setSigma3(double sigma3)
|
void |
writeKernelParameters(java.io.ObjectOutputStream out)
Writes the sigma values into the given stream. |
Methods inherited from class edu.udo.cs.yale.operator.learner.kernel.evosvm.Kernel |
---|
createKernel, createKernel, getDistance, getSum, init, innerProduct, norm2, readKernelData, writeKernelData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private double sigma1
private double sigma2
private double sigma3
Constructor Detail |
---|
public GaussianCombinationKernel()
Method Detail |
---|
public int getType()
Kernel
getType
in class Kernel
public void setSigma1(double sigma1)
public void setSigma2(double sigma2)
public void setSigma3(double sigma3)
public double getSigma1()
public double getSigma2()
public double getSigma3()
public double calculateDistance(double[] x1, double[] x2)
calculateDistance
in class Kernel
public void readKernelParameters(java.io.ObjectInputStream in) throws java.io.IOException
readKernelParameters
in class Kernel
java.io.IOException
public void writeKernelParameters(java.io.ObjectOutputStream out) throws java.io.IOException
writeKernelParameters
in class Kernel
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |