Rdocumentation
powered by
Learn R Programming
fuzzyforest (version 1.0.1)
predict.fuzzy_forest: Predict method for fuzzy_forest object. Obtains predictions from fuzzy forest algorithm.
Description
Predict method for fuzzy_forest object. Obtains predictions from fuzzy forest algorithm.
Usage
## 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