Class FIMTDD.InnerNode

    • Field Detail

      • PHsum

        protected double PHsum
      • PHmin

        protected double PHmin
      • lossExamplesSeen

        protected double lossExamplesSeen
      • lossFadedSumOriginal

        protected double lossFadedSumOriginal
      • lossFadedSumAlternate

        protected double lossFadedSumAlternate
      • lossNumQiTests

        protected double lossNumQiTests
      • lossSumQi

        protected double lossSumQi
      • previousWeight

        protected double previousWeight
    • Constructor Detail

      • InnerNode

        public InnerNode​(FIMTDD tree)
    • Method Detail

      • numChildren

        public int numChildren()
      • getChild

        public FIMTDD.Node getChild​(int index)
      • PageHinckleyTest

        public boolean PageHinckleyTest​(double error,
                                        double threshold)
        Check to see if the tree needs updating
      • initializeAlternateTree

        public void initializeAlternateTree()