Uses of Class
javatools.datatypes.SVMModel.KernelType

Packages that use SVMModel.KernelType
javatools.datatypes   
 

Uses of SVMModel.KernelType in javatools.datatypes
 

Methods in javatools.datatypes that return SVMModel.KernelType
static SVMModel.KernelType SVMModel.KernelType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SVMModel.KernelType[] SVMModel.KernelType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.