Uses of Enum Class
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()Gets the kernel type.static KernelTypeReturns the enum constant of this class with the specified name.static KernelType[]KernelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tribuo.common.libsvm with parameters of type KernelTypeModifierConstructorDescriptionSVMParameters(SVMType<T> svmType, KernelType kernelType) Constructs the default SVMParameters using the specified SVMType and KernelType. -
Uses of KernelType in org.tribuo.regression.libsvm
Fields in org.tribuo.regression.libsvm declared as KernelType