程序包 weka.core.pmml

类 FieldMetaInfo.Interval

java.lang.Object
weka.core.pmml.FieldMetaInfo.Interval
所有已实现的接口:
Serializable
封闭类:
FieldMetaInfo

public static class FieldMetaInfo.Interval extends Object implements Serializable
Inner class for an Interval.
另请参阅:
  • 方法详细资料

    • containsValue

      public boolean containsValue(double value)
      Returns true if this interval contains the supplied value.
      参数:
      value - the value to check
      返回:
      true if the interval contains the supplied value
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object