Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
K
L
M
N
P
R
S
T
V
W
I
IndexDoubleGaussL2
- Class in
fr.lip6.kernel.typed.index
Kernel on double[] that computes the L2 distance of a specified component j:
k(x, y) = (x[j]-y[j])*(x[j]-y[j])
IndexDoubleGaussL2(int)
- Constructor for class fr.lip6.kernel.typed.index.
IndexDoubleGaussL2
IndexDoubleLinear
- Class in
fr.lip6.kernel.typed.index
Kernel on double[] that performs the product of a specified component j:
k(x,y) = x[j]*y[j]
IndexDoubleLinear(int)
- Constructor for class fr.lip6.kernel.typed.index.
IndexDoubleLinear
IntGaussChi1
- Class in
fr.lip6.kernel.typed
Gaussian Kernel on int[] that uses a Chi1 distance.
IntGaussChi1()
- Constructor for class fr.lip6.kernel.typed.
IntGaussChi1
IntGaussChi2
- Class in
fr.lip6.kernel.typed
Gaussian Kernel on int[] that uses a Chi2 distance.
IntGaussChi2()
- Constructor for class fr.lip6.kernel.typed.
IntGaussChi2
IntGaussL2
- Class in
fr.lip6.kernel.typed
Gaussian Kernel on int[] that uses a L2 distance.
IntGaussL2()
- Constructor for class fr.lip6.kernel.typed.
IntGaussL2
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
K
L
M
N
P
R
S
T
V
W