Learn R Programming

fuzzyforest (version 1.0.1)

print.fuzzy_forest: 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.