Uses of Enum
org.tribuo.data.columnar.processors.feature.UniqueProcessor.UniqueType
Packages that use UniqueProcessor.UniqueType
-
Uses of UniqueProcessor.UniqueType in org.tribuo.data.columnar.processors.feature
Methods in org.tribuo.data.columnar.processors.feature that return UniqueProcessor.UniqueTypeModifier and TypeMethodDescriptionstatic UniqueProcessor.UniqueTypeReturns the enum constant of this type with the specified name.static UniqueProcessor.UniqueType[]UniqueProcessor.UniqueType.values()Returns an array containing the constants of this enum type, 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.