Uses of Class
org.biojava.stats.svm.NestedKernel
Packages that use NestedKernel
-
Uses of NestedKernel in org.biojava.stats.svm
Subclasses of NestedKernel in org.biojava.stats.svmModifier and TypeClassDescriptionclass
Caches the results of a nested kernel so that k(a, b) need only be calculated once.class
Adds a class specific constant to k(x, x).class
Caches the leading diagonal of a kernel matrix.class
This kernel computes the sum of the dot products between items of two lists at corresponding indexes.class
Performs a normalization on the results of a nested kernel.class
This kernel computes all possible products of order features in feature space.class
This kernel computes the radial base kernel that corresponds to a gausian distribution.