Uses of Enum Class
org.tribuo.data.columnar.processors.feature.UniqueProcessor.UniqueType
Packages that use UniqueProcessor.UniqueType
-
Uses of UniqueProcessor.UniqueType in org.tribuo.data.columnar.processors.feature
Subclasses with type arguments of type UniqueProcessor.UniqueType in org.tribuo.data.columnar.processors.featureModifier and TypeClassDescriptionstatic enum
The type of reduction operation to perform.Methods in org.tribuo.data.columnar.processors.feature that return UniqueProcessor.UniqueTypeModifier and TypeMethodDescriptionstatic UniqueProcessor.UniqueType
Returns the enum constant of this class with the specified name.static UniqueProcessor.UniqueType[]
UniqueProcessor.UniqueType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tribuo.data.columnar.processors.feature with parameters of type UniqueProcessor.UniqueTypeModifierConstructorDescriptionUniqueProcessor
(UniqueProcessor.UniqueType reductionType) Creates a UniqueProcessor using the specified reduction operation.