predict.split.node: A function for split node prediction pushes point down the...

Description Usage Arguments Value

Description

A function for split node prediction pushes point down the tree recursively until it ends at a leaf node.

Usage

1
2
## S3 method for class 'split.node'
predict(object, Xi, ...)

Arguments

object

the stump to use.

Xi

the poinbt.

Value

the predic


ebridge2/badmf documentation built on June 4, 2019, 8:53 a.m.