Package gov.nih.mipav.model.algorithms
Class StochasticForests.Forest.predictTreesInThread
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.StochasticForests.Forest.predictTreesInThread
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- StochasticForests.Forest
public class StochasticForests.Forest.predictTreesInThread extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
oob_prediction
private StochasticForests.Data
prediction_data
private int
thread_idx
-
Constructor Summary
Constructors Constructor Description predictTreesInThread(int thread_idx, StochasticForests.Data prediction_data, boolean oob_prediction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
thread_idx
private int thread_idx
-
prediction_data
private StochasticForests.Data prediction_data
-
oob_prediction
private boolean oob_prediction
-
-
Constructor Detail
-
predictTreesInThread
public predictTreesInThread(int thread_idx, StochasticForests.Data prediction_data, boolean oob_prediction)
-
-