Package gov.nih.mipav.model.algorithms
Class StochasticForests.Forest.predictTreesInThread
java.lang.Object
gov.nih.mipav.model.algorithms.StochasticForests.Forest.predictTreesInThread
- All Implemented Interfaces:
Runnable
- Enclosing class:
StochasticForests.Forest
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionpredictTreesInThread(int thread_idx, StochasticForests.Data prediction_data, boolean oob_prediction) -
Method Summary
-
Field Details
-
thread_idx
private int thread_idx -
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