|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.lip6.kernel.Kernel<T>
fr.lip6.kernel.GaussCh1<T>
T - public class GaussCh1<T extends MLVector<?>>
Gaussian kernel using "Chi 1" distance :
k(x,y) = exp(d(x,y)), with d Chi1 distance.
The Chi1 distance is similar to a Chi square distance, but
with Math.abs() instead of Math.pow().
| Constructor Summary | |
|---|---|
GaussCh1()
|
|
| Method Summary | |
|---|---|
double |
valueOf(T t1)
kernel similarity to zero |
double |
valueOf(T t1,
T t2)
compute the kernel similarity between two element of input space |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GaussCh1()
| Method Detail |
|---|
public double valueOf(T t1)
Kernel
valueOf in class Kernel<T extends MLVector<?>>t1 - the element to compute the similarity to zero
public double valueOf(T t1,
T t2)
Kernel
valueOf in class Kernel<T extends MLVector<?>>t1 - first elementt2 - second element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||