Package edu.udo.cs.mySVM.Kernel

The package for the kernel function provided by the Java version of the support vector machine mySVM.

See:
          Description

Class Summary
Kernel Abstract base class for all kernels.
KernelDot Linear Kernel
KernelEpanechnikov Epanechnikov Kernel
KernelGaussianCombination Gaussian Combination Kernel
KernelMultiquadric Gaussian Combination Kernel
KernelNeural Neural Kernel
KernelPolynomial Polynomial Kernel
KernelRadial Radial Kernel
 

Package edu.udo.cs.mySVM.Kernel Description

The package for the kernel function provided by the Java version of the support vector machine mySVM.



Copyright © 2001-2006