Uses of Enum
org.tribuo.common.libsvm.KernelType
Packages that use KernelType
Package
Description
Provides an interface to LibSVM for classification problems.
The base interface to LibSVM.
Provides an interface to LibSVM for regression problems.
-
Uses of KernelType in org.tribuo.classification.libsvm
Fields in org.tribuo.classification.libsvm declared as KernelType -
Uses of KernelType in org.tribuo.common.libsvm
Subclasses with type arguments of type KernelType in org.tribuo.common.libsvmFields in org.tribuo.common.libsvm declared as KernelTypeMethods in org.tribuo.common.libsvm that return KernelTypeModifier and TypeMethodDescriptionstatic KernelTypeKernelType.getKernelType(int nativeType) Converts the LibSVM int id into the enum value.SVMParameters.getKernelType()static KernelTypeReturns the enum constant of this type with the specified name.static KernelType[]KernelType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.tribuo.common.libsvm with parameters of type KernelType -
Uses of KernelType in org.tribuo.regression.libsvm
Fields in org.tribuo.regression.libsvm declared as KernelType