More control over regression trees in R -
i want have more control on regression tree r package rpart allows. know if there's package in r allow me specify following:
- the number of splits allowed @ each node (so far seems can have 2 splits)
- the maximum depth of tee
- the first n splits
- the minimum number of dollars (as opposed observations) leaf must have in order candidate further split.
Comments
Post a Comment