public class NumericColumn extends Column
TradeoffAnalytics
Column.ColumnType, Column.Goal
Constructor and Description |
---|
NumericColumn()
Instantiates a new date column.
|
Modifier and Type | Method and Description |
---|---|
Double |
getHigh()
Gets the high.
|
Double |
getLow()
Gets the low.
|
NumericColumn |
range(Double low,
Double high)
Sets numeric range.
|
NumericColumn |
range(Integer low,
Integer high)
Sets numeric range.
|
fullName, getDescription, getFormat, getFullName, getGoal, getInsignificantLoss, getKey, getSignificantGain, getSignificantLoss, getType, goal, isObjective, key, objective, setDescription, setFormat, setFullName, setGoal, setInsignificantLoss, setKey, setObjective, setSignificantGain, setSignificantLoss, setType
equals, hashCode, toString
public Double getHigh()
public Double getLow()
public NumericColumn range(Double low, Double high)
low
- the lowhigh
- the highpublic NumericColumn range(Integer low, Integer high)
low
- the lowhigh
- the highCopyright © 2015–2016 IBM Watson. All rights reserved.