public class CategoricalColumn extends Column
TradeoffAnalyticsColumn.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.
|
CategoricalColumn |
range(List<String> range)
Sets the range.
|
void |
setPreference(List<String> preference)
Sets the preference.
|
void |
setRange(List<String> range)
Sets the range.
|
fullName, getDescription, getFormat, getFullName, getGoal, getInsignificantLoss, getKey, getSignificantGain, getSignificantLoss, getType, goal, isObjective, key, objective, setDescription, setFormat, setFullName, setGoal, setInsignificantLoss, setKey, setObjective, setSignificantGain, setSignificantLoss, setTypeequals, hashCode, toStringpublic CategoricalColumn()
public CategoricalColumn range(List<String> range)
range - the rangepublic void setPreference(List<String> preference)
preference - the preference to setCopyright © 2015–2016. All rights reserved.