Uses of Class
classifier.SVMOptions.KERNEL_TYPE

Packages that use SVMOptions.KERNEL_TYPE
classifier   
 

Uses of SVMOptions.KERNEL_TYPE in classifier
 

Fields in classifier declared as SVMOptions.KERNEL_TYPE
 SVMOptions.KERNEL_TYPE SVMOptions.kernel_type
          Kernel function type
 

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