protected class Discretize.DiscretizeBin
extends java.lang.Object
implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
DiscretizeBin(org.w3c.dom.Element bin,
FieldMetaInfo.Optype opType) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
containsValue(double value)
Returns true if there is an interval that contains the incoming value.
|
protected java.lang.String |
getBinValue()
Get the bin value for this DiscretizeBin
|
protected double |
getBinValueNumeric()
Get the value of this bin as a number (parsed from the string value).
|
java.lang.String |
toString() |
protected DiscretizeBin(org.w3c.dom.Element bin,
FieldMetaInfo.Optype opType)
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String getBinValue()
protected double getBinValueNumeric()
protected boolean containsValue(double value)
value - the value to check againstpublic java.lang.String toString()
toString in class java.lang.Object