powered by
Formats training output into a form suitable for illustration of feature contributions.
# S3 method for default expandfe(arbOut)
An object of type ExpandReg or ExpandCtg containing human-readable representations of the trained forest.
ExpandReg
ExpandCtg
an object of type rfTrain produced by training.
rfTrain
Mark Seligman at Suiji.
if (FALSE) { data(iris) rb <- Rborist(iris[,-5], iris[,5]) ffe <- expandfe(rb) # An rfTrain counterpart is NYI. }
Run the code above in your browser using DataLab