Class SelfOptimisingBaseTree.Node

    • Method Detail

      • calcByteSize

        public int calcByteSize()
      • disableChangeDetection

        public void disableChangeDetection()
      • restartChangeDetection

        public void restartChangeDetection()
      • 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
      • getPrediction

        public double getPrediction​(Instance inst)
      • describeSubtree

        public void describeSubtree​(StringBuilder out,
                                    int indent)
      • getLevel

        public int getLevel()
      • getNumSubtrees

        public int getNumSubtrees()
      • skipInLevelCount

        protected boolean skipInLevelCount()