public class CategoricalLabel extends DiscreteLabel
| Constructor and Description |
|---|
CategoricalLabel(CategoricalFeature categoricalFeature) |
CategoricalLabel(org.dmg.pmml.DataType dataType,
List<?> values) |
CategoricalLabel(F field) |
CategoricalLabel(String name,
org.dmg.pmml.DataType dataType,
List<?> values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
org.dmg.pmml.OpType |
getOpType() |
int |
hashCode() |
CategoricalLabel |
toAnonymousLabel() |
CategoricalLabel |
toRenamedLabel(String name) |
getValue, getValues, size, toStringHelpergetDataType, getName, isAnonymouspublic CategoricalLabel(F field)
public CategoricalLabel(CategoricalFeature categoricalFeature)
public CategoricalLabel(org.dmg.pmml.DataType dataType,
List<?> values)
public org.dmg.pmml.OpType getOpType()
getOpType in class ScalarLabelpublic CategoricalLabel toRenamedLabel(String name)
toRenamedLabel in class ScalarLabelpublic CategoricalLabel toAnonymousLabel()
toAnonymousLabel in class ScalarLabelpublic int hashCode()
hashCode in class DiscreteLabelpublic boolean equals(Object object)
equals in class DiscreteLabelCopyright © 2023. All rights reserved.