Class AttributeExpansionSuggestion

    • Field Detail

      • resultingNodeStatistics

        public DoubleVector[][] resultingNodeStatistics
      • merit

        public double merit
    • Constructor Detail

      • AttributeExpansionSuggestion

        public AttributeExpansionSuggestion​(Predicate predicate,
                                            DoubleVector[][] resultingNodeStatistics,
                                            double merit)
    • Method Detail

      • getPredicate

        public Predicate getPredicate()
      • setPredicate

        public void setPredicate​(Predicate predicate)
      • getResultingNodeStatistics

        public DoubleVector[][] getResultingNodeStatistics()
      • getMerit

        public double getMerit()
      • 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.
        Specified by:
        getDescription in interface MOAObject
        Parameters:
        sb - the stringbuilder to add the description
        indent - the number of characters to indent