Catalano.Statistics.Kernels
Interface IMercerKernel<T>
-
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- Additive, Anova, Bessel, BSpline, Cauchy, ChiSquare, Circular, Dirichlet, Gaussian, Hellinger, HistogramIntersection, Hypersecant, InverseMultiquadric, Linear, Log, Multiquadric, NormalizedPolynomial, Pearson, Polynomial, Power, RationalQuadratic, Sigmoid, Spherical, Spline, SquaredSinc, SymmetricTriangle, Tensor, ThinPlateSpline, TStudent, Wave
public interface IMercerKernel<T> extends java.io.SerializableKernel function interface.In Machine Learning and statistics, a Kernel is a function that returns the value of the dot product between the images of the two arguments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doubleFunction(T x, T y)The kernel function.
-
DataMelt 3.0 © DataMelt by jWork.ORG