predict.fuzzy_forest: Predict method for fuzzy_forest object. Obtains predictions...

Description Usage Arguments Value Note

Description

Predict method for fuzzy_forest object. Obtains predictions from fuzzy forest algorithm.

Usage

1
2
## S3 method for class 'fuzzy_forest'
predict(object, new_data, ...)

Arguments

object

A fuzzy_forest object.

new_data

A matrix or data.frame containing new_data. Pay close attention to ensure feature names match between training set and test set data.frame.

...

Additional arguments not in use.

Value

A vector of predictions

Note

This work was partially funded by NSF IIS 1251151.


OHDSI/FuzzyForest documentation built on May 7, 2019, 8:26 p.m.