Learn R Programming

splinetree (version 0.2.0)

avSize: Compute the average tree size in a forest

Description

Returns the average number of terminal nodes for trees in a forest

Usage

avSize(forest)

Arguments

forest

A model returned by splineForest()

Value

The average number of terminal nodes in forest

Examples

Run this code
# NOT RUN {
avSize(forest)
# }

Run the code above in your browser using DataLab