Class StochasticForests.Forest.showProgress

java.lang.Object
gov.nih.mipav.model.algorithms.StochasticForests.Forest.showProgress
All Implemented Interfaces:
Runnable
Enclosing class:
StochasticForests.Forest

public class StochasticForests.Forest.showProgress extends Object implements Runnable
  • Field Details

    • operation

      String operation
    • max_progress

      int max_progress
  • Constructor Details

    • showProgress

      public showProgress(String operation, int max_progress)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable