This is the abstract superclass for partitioning objects like PartitioningCtree and PartitioningRpart.
A Partitioning contains information about feature subspaces with conditional average marginal effects (cAME) computed for ForwardMarginalEffect objects.
Public fields
objecta
ForwardMarginalEffectobject with results computedmethodthe method for finding feature subspaces
valuethe value of
methodresultsdescriptive statistics of the resulting feature subspaces
treethe tree representing the partitioning, a
partyobjecttree.controlcontrol parameters for the RP algorithm
computedlogical specifying if compute() has been run
Methods
Method compute()
Computes the partitioning, i.e., feature subspaces with more homogeneous FMEs, for a ForwardMarginalEffect object.
Method plot()
Plots results, i.e., a decision tree and summary statistics of the feature subspaces, for an Partitioning object after $compute() has been run.
Examples
## ------------------------------------------------
## Method `Partitioning$compute`
## ------------------------------------------------
# Compute results for an arbitrary partitioning:
# subspaces$compute()
## ------------------------------------------------
## Method `Partitioning$plot`
## ------------------------------------------------
# Plot an arbitrary partitioning:
# subspaces$plot()
