|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NestedKernel | |
org.biojava.stats.svm | Support Vector Machine classification and regression. |
Uses of NestedKernel in org.biojava.stats.svm |
Subclasses of NestedKernel in org.biojava.stats.svm | |
class |
CachingKernel
Caches the results of a nested kernel so that k(a, b) need only be calculated once. |
class |
DiagonalAddKernel
Adds a class specific constant to k(x, x). |
class |
DiagonalCachingKernel
Caches the leading diagonal of a kernel matrix. |
class |
ListSumKernel
This kernel computes the sum of the dot products between items of two lists at corresponding indexes. |
class |
NormalizingKernel
Performs a normalization on the results of a nested kernel. |
class |
PolynomialKernel
This kernel computes all possible products of order features in feature space. |
class |
RadialBaseKernel
This kernel computes the radial base kernel that corresponds to a gausian distribution. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |