public class RuleClassification extends AbstractMOAObject
Modifier and Type | Field and Description |
---|---|
protected double |
actualClassStatistics |
protected DoubleVector |
attributeMissingValues |
protected DoubleVector |
attributesProbability |
protected DoubleVector |
attributeStatistics |
protected ArrayList<ArrayList<Double>> |
attributeStatisticsSupervised |
protected int |
instancesSeen |
protected int |
instancesSeenTest |
protected DoubleVector |
obserClassDistrib |
protected AutoExpandVector<AttributeClassObserver> |
observers |
protected AutoExpandVector<AttributeClassObserver> |
observersGauss |
protected double |
PHmT |
protected double |
PHMT |
protected ArrayList<Predicates> |
predicateSet |
protected boolean |
reset |
protected double |
squaredActualClassStatistics |
protected DoubleVector |
squaredAttributeStatistics |
protected ArrayList<ArrayList<Double>> |
squaredAttributeStatisticsSupervised |
protected double |
ValorTargetRule |
protected double[] |
weightAttribute |
protected double |
XiSum |
Constructor and Description |
---|
RuleClassification() |
RuleClassification(RuleClassification x) |
Modifier and Type | Method and Description |
---|---|
void |
getDescription(StringBuilder sb,
int indent)
Returns a string representation of this object.
|
boolean |
ruleEvaluate(weka.core.Instance inst) |
copy, copy, measureByteSize, measureByteSize, toString
protected ArrayList<Predicates> predicateSet
protected AutoExpandVector<AttributeClassObserver> observers
protected AutoExpandVector<AttributeClassObserver> observersGauss
protected ArrayList<ArrayList<Double>> squaredAttributeStatisticsSupervised
protected double[] weightAttribute
protected DoubleVector attributeStatistics
protected DoubleVector attributesProbability
protected DoubleVector squaredAttributeStatistics
protected DoubleVector obserClassDistrib
protected DoubleVector attributeMissingValues
protected int instancesSeen
protected int instancesSeenTest
protected boolean reset
protected double actualClassStatistics
protected double squaredActualClassStatistics
protected double PHmT
protected double PHMT
protected double XiSum
protected double ValorTargetRule
public RuleClassification(RuleClassification x)
public RuleClassification()
public boolean ruleEvaluate(weka.core.Instance inst)
public void getDescription(StringBuilder sb, int indent)
MOAObject
AbstractMOAObject.toString
to give a string representation of the object.sb
- the stringbuilder to add the descriptionindent
- the number of characters to indentCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.