| PartitioningCtree | R Documentation |
This task specializes Partitioning for the ctree algorithm for recursive partitioning.
It is recommended to use came() for construction of Partitioning objects.
fmeffects::Partitioning -> PartitioningCtree
new()Create a new PartitioningCtree object.
PartitioningCtree$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.
PartitioningCtree$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.