类 JRip.Antd

java.lang.Object
weka.classifiers.rules.JRip.Antd
所有已实现的接口:
Serializable, Copyable, RevisionHandler, WeightedInstancesHandler
直接已知子类:
JRip.NominalAntd, JRip.NumericAntd
封闭类:
JRip

public abstract class JRip.Antd extends Object implements WeightedInstancesHandler, Copyable, Serializable, RevisionHandler
The single antecedent in the rule, which is composed of an attribute and the corresponding value. There are two inherited classes, namely NumericAntd and NominalAntd in which the attributes are numeric and nominal respectively.
另请参阅:
  • 构造器详细资料

    • Antd

      public Antd(Attribute a)
      Constructor
  • 方法详细资料

    • splitData

      public abstract Instances[] splitData(Instances data, double defAcRt, double cla)
    • covers

      public abstract boolean covers(Instance inst)
    • toString

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

      public abstract Object copy()
      Implements Copyable
      指定者:
      copy 在接口中 Copyable
      返回:
      a copy of this object
    • getAttr

      public Attribute getAttr()
    • getAttrValue

      public double getAttrValue()
    • getMaxInfoGain

      public double getMaxInfoGain()
    • getAccuRate

      public double getAccuRate()
    • getAccu

      public double getAccu()
    • getCover

      public double getCover()
    • getRevision

      public String getRevision()
      Returns the revision string.
      指定者:
      getRevision 在接口中 RevisionHandler
      返回:
      the revision