Class UpdateStackingNumFolds.StackingObserver

    • Field Detail

      • m_Updates

        protected int m_Updates
        the number of updates.
      • m_NumFolds

        protected int m_NumFolds
        the number of folds.
    • Constructor Detail

      • StackingObserver

        public StackingObserver​(int numFolds)
        Initializes the observer.
        Parameters:
        numFolds - the number of folds to use
    • Method Detail

      • getUpdates

        public int getUpdates()
        Returns the number of updates that occurred.
        Returns:
        the number of updates