Uses of Class
weka.classifiers.rules.ConjunctiveRule.Antd

Packages that use ConjunctiveRule.Antd
weka.classifiers.rules   
 

Uses of ConjunctiveRule.Antd in weka.classifiers.rules
 

Subclasses of ConjunctiveRule.Antd in weka.classifiers.rules
(package private)  class ConjunctiveRule.NominalAntd
          The antecedent with nominal attribute
private  class ConjunctiveRule.NumericAntd
          The antecedent with numeric attribute
 

Methods in weka.classifiers.rules with parameters of type ConjunctiveRule.Antd
private  Instances[] ConjunctiveRule.computeInfoGain(Instances instances, double defInfo, ConjunctiveRule.Antd antd)
          Compute the best information gain for the specified antecedent