softsplits | R Documentation |
Create ‘soft tree’ structure from a tree object.
softsplits(fit)
fit |
A tree object: must be a classification tree |
A data structure suitable for softening splits in the tree
and for evaluation of ‘soft tree’ on submitted data.
The returned object is ready for softening, but it is not yet softened.
The result of prediction for some data with the returned object
is still the same as with the original tree fit
.
predictSoftsplits
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.