Package weka.core.pmml
Class FieldMetaInfo.Interval
- java.lang.Object
-
- weka.core.pmml.FieldMetaInfo.Interval
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FieldMetaInfo
public static class FieldMetaInfo.Interval extends java.lang.Object implements java.io.SerializableInner class for an Interval.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldMetaInfo.Interval.ClosureEnumerated type for the closure.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsValue(double value)Returns true if this interval contains the supplied value.java.lang.StringtoString()
-
-
-
Method Detail
-
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 java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-