powered by
itree
splitstats(tree,featlist=NULL)
NULL
require(mlbench); data(BostonHousing) #fit a tree: cart <- itree(medv~.,BostonHousing,minsplit=25,minbucket=25,cp=0) splitstats(cart)
Run the code above in your browser using DataLab