predict.canonical_correlation_forest: Prediction from canonical correlation forest

Description Usage Arguments

Description

Performs predictions on test data for a trained canonical correlation forest.

Usage

1
2
3
## S3 method for class 'canonical_correlation_forest'
predict(object, newdata,
  verbose = FALSE, ...)

Arguments

object

An object of class canonical_correlation_forest, as created by the function canonical_correlation_forest.

newdata

A data frame or a matrix containing the test data.

verbose

Optional argument to control if additional information are printed to the output. Default is FALSE.

...

Additional parameters passed on to prediction from individual canonical correlation trees.


jandob/ccf documentation built on May 18, 2019, 12:23 p.m.