aloysius-lim / bigrf

Random forests for R for large data sets, optimized with parallel tree-growing and disk-based memory
91 stars 26 forks source link

Probabilities #9

Closed nathalipaz closed 10 years ago

nathalipaz commented 10 years ago

How can I get probabilites like in this case

predict <- predict(rfmodel, newdata=test, type = "prob")

or bigrf doesn't not support it

aloysius-lim commented 10 years ago

Please see the answer to #8.