weka.core.pmml
Class FieldMetaInfo.Interval
java.lang.Object
weka.core.pmml.FieldMetaInfo.Interval
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- FieldMetaInfo
public static class FieldMetaInfo.Interval
- extends Object
- implements Serializable
Inner class for an Interval.
- See Also:
- Serialized Form
containsValue
public boolean containsValue(double value)
- Returns true if this interval contains the supplied value.
- Parameters:
value - the value to check
- Returns:
- true if the interval contains the supplied value
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.