public class CategoricalLabel extends Label
| 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, isAnonymous, toStringpublic CategoricalLabel(F field)
public CategoricalLabel(CategoricalFeature categoricalFeature)
public CategoricalLabel(org.dmg.pmml.DataType dataType,
List<?> values)
public CategoricalLabel toRenamedLabel(String name)
toRenamedLabel in class Labelpublic CategoricalLabel toAnonymousLabel()
toAnonymousLabel in class Labelprotected org.jpmml.model.ToStringHelper toStringHelper()
toStringHelper in class Labelpublic int size()
public Object getValue(int index)
public List<?> getValues()
Copyright © 2022. All rights reserved.