Class RuleClassification

    • Field Detail

      • weightAttribute

        protected double[] weightAttribute
      • attributeStatistics

        protected DoubleVector attributeStatistics
      • attributesProbability

        protected DoubleVector attributesProbability
      • squaredAttributeStatistics

        protected DoubleVector squaredAttributeStatistics
      • obserClassDistrib

        protected DoubleVector obserClassDistrib
      • attributeMissingValues

        protected DoubleVector attributeMissingValues
      • instancesSeen

        protected int instancesSeen
      • instancesSeenTest

        protected int instancesSeenTest
      • reset

        protected boolean reset
      • actualClassStatistics

        protected double actualClassStatistics
      • squaredActualClassStatistics

        protected double squaredActualClassStatistics
      • PHmT

        protected double PHmT
      • PHMT

        protected double PHMT
      • XiSum

        protected double XiSum
      • ValorTargetRule

        protected double ValorTargetRule
    • Constructor Detail

      • RuleClassification

        public RuleClassification()
    • Method Detail

      • ruleEvaluate

        public boolean ruleEvaluate​(Instance inst)
      • getDescription

        public void getDescription​(StringBuilder sb,
                                   int indent)
        Description copied from interface: MOAObject
        Returns a string representation of this object. Used in AbstractMOAObject.toString to give a string representation of the object.
        Parameters:
        sb - the stringbuilder to add the description
        indent - the number of characters to indent