Uses of Enum
org.tribuo.anomaly.liblinear.LinearAnomalyType.LinearType
Packages that use LinearAnomalyType.LinearType
Package
Description
Provides an interface to LibLinear-java for anomaly detection problems.
-
Uses of LinearAnomalyType.LinearType in org.tribuo.anomaly.liblinear
Subclasses with type arguments of type LinearAnomalyType.LinearType in org.tribuo.anomaly.liblinearModifier and TypeClassDescriptionstatic enumThe different model types available for classification.Methods in org.tribuo.anomaly.liblinear that return LinearAnomalyType.LinearTypeModifier and TypeMethodDescriptionstatic LinearAnomalyType.LinearTypeReturns the enum constant of this type with the specified name.static LinearAnomalyType.LinearType[]LinearAnomalyType.LinearType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.tribuo.anomaly.liblinear with parameters of type LinearAnomalyType.LinearTypeModifierConstructorDescriptionConstructs the type of the liblinear anomaly detector.