Uses of Enum Class
org.tribuo.anomaly.libsvm.SVMAnomalyType.SVMMode
Packages that use SVMAnomalyType.SVMMode
Package
Description
Provides an interface to LibSVM for anomaly detection problems.
-
Uses of SVMAnomalyType.SVMMode in org.tribuo.anomaly.libsvm
Subclasses with type arguments of type SVMAnomalyType.SVMMode in org.tribuo.anomaly.libsvmModifier and TypeClassDescriptionstatic enumValid SVM modes for anomaly detection.Methods in org.tribuo.anomaly.libsvm that return SVMAnomalyType.SVMModeModifier and TypeMethodDescriptionstatic SVMAnomalyType.SVMModeReturns the enum constant of this class with the specified name.static SVMAnomalyType.SVMMode[]SVMAnomalyType.SVMMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tribuo.anomaly.libsvm with parameters of type SVMAnomalyType.SVMModeModifierConstructorDescriptionConstructs an SVM anomaly type wrapping the SVM algorithm choice.