public class CategoricalColumn extends Column
TradeoffAnalyticsColumn.ColumnType, Column.Goal| Constructor and Description |
|---|
CategoricalColumn()
Instantiates a new categorical column.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getPreference()
Gets the preference.
|
java.util.List<java.lang.String> |
getRange()
Gets the range.
|
CategoricalColumn |
range(java.util.List<java.lang.String> range)
Sets the range.
|
void |
setPreference(java.util.List<java.lang.String> preference)
Sets the preference.
|
void |
setRange(java.util.List<java.lang.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 java.util.List<java.lang.String> getPreference()
public java.util.List<java.lang.String> getRange()
public CategoricalColumn range(java.util.List<java.lang.String> range)
range - the rangepublic void setPreference(java.util.List<java.lang.String> preference)
preference - the preference to setpublic void setRange(java.util.List<java.lang.String> range)
range - the new range