public class JRip.NumericAntd extends JRip.Antd
Constructor and Description |
---|
NumericAntd(Attribute a)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy()
Implements Copyable
|
boolean |
covers(Instance inst)
Whether the instance is covered by this antecedent
|
java.lang.String |
getRevision()
Returns the revision string.
|
double |
getSplitPoint()
Get split point of this numeric antecedent
|
Instances[] |
splitData(Instances insts,
double defAcRt,
double cl)
Implements the splitData function.
|
java.lang.String |
toString()
Prints this antecedent
|
getAccu, getAccuRate, getAttr, getAttrValue, getCover, getMaxInfoGain
public NumericAntd(Attribute a)
public double getSplitPoint()
public java.lang.Object copy()
public Instances[] splitData(Instances insts, double defAcRt, double cl)
public boolean covers(Instance inst)
public java.lang.String toString()
public java.lang.String getRevision()
getRevision
in interface RevisionHandler
getRevision
in class JRip.Antd