public class CategoricalColumn extends Column
Column.ColumnType, Column.Goal| Constructor and Description |
|---|
CategoricalColumn()
Instantiates a new categorical column.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getPreference()
Gets the preference.
|
List<String> |
getRange()
Gets the range.
|
void |
setPreference(List<String> preference)
Sets the preference.
|
void |
setRange(List<String> range)
Sets the range.
|
CategoricalColumn |
withRange(List<String> range)
With range.
|
getDescription, getFormat, getFullName, getGoal, getInsignificantLoss, getKey, getSignificantGain, getSignificantLoss, getType, isObjective, setDescription, setFormat, setFullName, setGoal, setInsignificantLoss, setKey, setObjective, setSignificantGain, setSignificantLoss, setType, withFullName, withGoal, withKey, withObjectiveequals, hashCode, toStringpublic CategoricalColumn()
public void setPreference(List<String> preference)
preference - the preference to setpublic CategoricalColumn withRange(List<String> range)
range - the rangeCopyright © 2015. All rights reserved.