weka.core.pmml
Class FieldMetaInfo.Interval

java.lang.Object
  extended by 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
static class FieldMetaInfo.Interval.Closure
          Enumerated type for the closure.
 
Method Summary
 boolean containsValue(double value)
          Returns true if this interval contains the supplied value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 class java.lang.Object