| PartitioningCtree {fmeffects} | R Documentation |
PartitioningCtree
Description
This task specializes Partitioning for the ctree algorithm for recursive partitioning.
It is recommended to use came() for construction of Partitioning objects.
Super class
fmeffects::Partitioning -> PartitioningCtree
Methods
Public methods
Inherited methods
Method new()
Create a new PartitioningCtree object.
Usage
PartitioningCtree$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
PartitioningCtree$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package fmeffects version 0.1.3 Index]