predict.glcTree: Predict using a Gaussian RPMM object

Description Usage Arguments Details See Also

View source: R/rpmmPredict.R

Description

Prediction method for objects of type glcTree

Usage

1
2
## S3 method for class 'glcTree'
predict(object, newdata=NULL, nodelist=NULL, type="weight",...)

Arguments

object

RPMM object to print

newdata

external data matrix from which to apply predictions

nodelist

RPMM subnode to use (default = root)

type

output type: "weight" produces output similar to glcTreeLeafMatrix, "class" produces output similar to glcTreeLeafClasses.

...

(Unused).

Details

This function is similar to glcTreeLeafMatrix and glcTreeLeafClasses, except that it supports prediction on an external data set via the argument newdata.

See Also

glcTreeLeafMatrix


RPMM documentation built on May 2, 2019, 2:52 p.m.

Related to predict.glcTree in RPMM...