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)
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.
PartitioningRpart$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.