Class StochasticForests.Forest.predictTreesInThread

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

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

    • thread_idx

      private int thread_idx
    • prediction_data

      private StochasticForests.Data prediction_data
    • oob_prediction

      private boolean oob_prediction
  • Constructor Details

    • predictTreesInThread

      public predictTreesInThread(int thread_idx, StochasticForests.Data prediction_data, boolean oob_prediction)
  • Method Details

    • run

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