decorate.randomForest: Decorates a "randomForest" object with PMML conversion...

View source: R/decoration.R

decorate.randomForestR Documentation

Decorates a "randomForest" object with PMML conversion options.

Description

Decorates a "randomForest" object with PMML conversion options.

Usage

## S3 method for class 'randomForest'
decorate(x, compact = FALSE, ...)

Arguments

x

A "randomForest" object.

compact

A flag controlling if decision trees should be transformed from binary splits (FALSE) to multi-way splits (TRUE) representation.

...

Arguments to pass on to the "decorate.default" function.


r2pmml documentation built on April 6, 2023, 1:12 a.m.