Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Parallel Random Trees/Forest

Where can I find more detailed information on how to run the random trees/forest package in parallel? Is it parallel random trees even implemented in OpenCV? Since each tree is independent of the others, the problem obviously lends well to parallelization. Currently, I am training/predicting using a single CPU but would like to use as many CPUs as is available to me.

Parallel Random Trees/Forest

Where can I find more detailed information on how to run the random trees/forest package in parallel? Is it parallel random trees even implemented in OpenCV? Since each tree is independent of the others, the problem method obviously lends well to parallelization. Currently, I am training/predicting using a single CPU but would like to use as many CPUs as is available to me.