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.Serializable
Inner class for an Interval.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FieldMetaInfo.Interval.Closure
Enumerated type for the closure.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsValue(double value)
Returns true if this interval contains the supplied value.java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-