A matrix with 2 columns: the number of trees and the out-of-bag errors. Errors are computed from 40 trees to the total number.
Arguments
object
an abcrf object.
training
the data frame containing the reference table used to train the abcrf object.
paral
a boolean that indicates if random forests predictions should be parallelized.
ncores
the number of CPU cores to use for the random forest predictions. If paral=TRUE, it is used the number of CPU cores minus 1. If ncores is not specified and detectCores does not detect the number of CPU cores with success then 1 core is used.
References
Pudlo P., Marin J.-M., Estoup A., Cornuet J.-M., Gautier M. and Robert, C. P. (2016)
Reliable ABC model choice via random forests Bioinformatics
tools:::Rd_expr_doi("10.1093/bioinformatics/btv684")