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)
object
an FME
object with results computed.
method
the method for finding feature subspaces.
value
the value of method
.
tree.control
control parameters for the RP algorithm.
clone()
The objects of this class are cloneable with this method.
PartitioningCtree$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.