public class CategoricalLabel extends ScalarLabel
| 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) |
Object |
getValue(int index) |
List<?> |
getValues() |
int |
hashCode() |
int |
size() |
CategoricalLabel |
toAnonymousLabel() |
CategoricalLabel |
toRenamedLabel(String name) |
protected org.jpmml.model.ToStringHelper |
toStringHelper() |
getDataType, getName, isAnonymouspublic CategoricalLabel(F field)
public CategoricalLabel(CategoricalFeature categoricalFeature)
public CategoricalLabel(org.dmg.pmml.DataType dataType,
List<?> values)
public CategoricalLabel toRenamedLabel(String name)
toRenamedLabel in class ScalarLabelpublic CategoricalLabel toAnonymousLabel()
toAnonymousLabel in class ScalarLabelpublic int hashCode()
hashCode in class ScalarLabelpublic boolean equals(Object object)
equals in class ScalarLabelprotected org.jpmml.model.ToStringHelper toStringHelper()
toStringHelper in class ScalarLabelpublic int size()
public Object getValue(int index)
public List<?> getValues()
Copyright © 2022. All rights reserved.