print.fuzzy_forest {fuzzyforest} | R Documentation |
Print fuzzy_forest object. Prints output from fuzzy forests algorithm.
Description
Print fuzzy_forest object. Prints output from fuzzy forests algorithm.
Usage
## S3 method for class 'fuzzy_forest'
print(x, ...)
Arguments
x |
A fuzzy_forest object. |
... |
Additional arguments not in use. |
Value
data.frame with list of selected features and variable importance measures.
Note
This work was partially funded by NSF IIS 1251151 and AMFAR 8721SC.
[Package fuzzyforest version 1.0.8 Index]