avSize {splinetree}R Documentation

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

avSize(forest)

[Package splinetree version 0.2.0 Index]