splitOptions: splitOptions

Description Usage Arguments Examples

Description

Returns a list of improvements for the (next) split at the given split point. The list is sorted by improvements in descending order.

Usage

1
splitOptions(tree.obj, split.point)

Arguments

tree.obj

A tree object of class InitTreeR

split.point

(integer) non-negative numeric; Node ID of terminal node where you want to perform your split.

Examples

1
splitOptions(tree.obj = tree, split.point = 1)

IntTreeR/IntTreeR documentation built on May 7, 2019, 6:38 a.m.