| PartitioningRpart {fmeffects} | R Documentation |
PartitioningRpart
Description
This task specializes Partitioning for the rpart algorithm for recursive partitioning.
It is recommended to use came() for construction of Partitioning objects.
Super class
fmeffects::Partitioning -> PartitioningRpart
Methods
Public methods
Inherited methods
Method new()
Create a new PartitioningRpart object.
Usage
PartitioningRpart$new(object, method, value, tree.control = NULL)
Arguments
objectAn
FMEobject with results computed.methodThe method for finding feature subspaces.
valueThe value of
method.tree.controlControl parameters for the RP algorithm.
Method clone()
The objects of this class are cloneable with this method.
Usage
PartitioningRpart$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package fmeffects version 0.1.3 Index]