| PartitioningRpart | R Documentation |
This task specializes Partitioning for the rpart algorithm for recursive partitioning.
It is recommended to use came() for construction of Partitioning objects.
fmeffects::Partitioning -> PartitioningRpart
new()Create a new PartitioningRpart object.
PartitioningRpart$new(object, method, value, tree.control = NULL)
objectAn FME object with results computed.
methodThe method for finding feature subspaces.
valueThe value of method.
tree.controlControl parameters for the RP algorithm.
clone()The objects of this class are cloneable with this method.
PartitioningRpart$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.