Class UpdateStackingNumFolds

    • Field Detail

      • m_NumFolds

        protected int m_NumFolds
        the number of folds to use.
    • Constructor Detail

      • UpdateStackingNumFolds

        public UpdateStackingNumFolds()
    • Method Detail

      • setNumFolds

        public void setNumFolds​(int value)
        Sets the number of folds to use.
        Parameters:
        value - number of folds
      • getNumFolds

        public int getNumFolds()
        Returns the number of folds to use.
        Returns:
        number of folds
      • numFoldsTipText

        public String numFoldsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • processActor

        protected void processActor​(Actor actor)
        Performs the actual processing.
        Specified by:
        processActor in class AbstractActorProcessor
        Parameters:
        actor - the actor to process (is a copy of original for processors implementing ModifyingProcessor)
        See Also:
        ModifyingProcessor