|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.lip6.kernel.Kernel<int[]>
fr.lip6.kernel.typed.IntGaussChi1
public class IntGaussChi1
Gaussian Kernel on int[] that uses a Chi1 distance.
| Field Summary |
|---|
| Fields inherited from class fr.lip6.kernel.Kernel |
|---|
name |
| Constructor Summary | |
|---|---|
IntGaussChi1()
|
|
| Method Summary | |
|---|---|
double |
getGamma()
|
void |
setGamma(double gamma)
|
double |
valueOf(int[] t1)
kernel similarity to zero |
double |
valueOf(int[] t1,
int[] t2)
compute the kernel similarity between two element of input space |
| Methods inherited from class fr.lip6.kernel.Kernel |
|---|
getKernelMatrix, getNormalizedKernelMatrix, normalizedValueOf, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IntGaussChi1()
| Method Detail |
|---|
public double valueOf(int[] t1,
int[] t2)
Kernel
valueOf in class Kernel<int[]>t1 - first elementt2 - second element
public double valueOf(int[] t1)
Kernel
valueOf in class Kernel<int[]>t1 - the element to compute the similarity to zeropublic double getGamma()
public void setGamma(double gamma)
gamma - inverse of std dev parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||