Skip to contents

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

Inherited methods


Method new()

Create a new PartitioningRpart object.

Usage

PartitioningRpart$new(object, method, value, tree.control = NULL)

Arguments

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.


Method clone()

The objects of this class are cloneable with this method.

Usage

PartitioningRpart$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.