| familiarVimpMethod-class {familiar} | R Documentation |
Variable importance method object.
Description
The familiarVimpMethod class is the parent class for all variable importance methods in familiar.
Slots
outcome_typeOutcome type of the data to be evaluated using the object.
hyperparametersSet of hyperparameters for the variable importance method.
vimp_methodThe character string indicating the variable importance method.
multivariateFlags whether the variable importance method is multivariate vs. univariate.
outcome_infoOutcome information object, which contains additional information concerning the outcome, such as class levels.
feature_infoList of objects containing feature information, e.g., name, class levels, transformation, normalisation and clustering parameters.
required_featuresThe set of features to be assessed by the variable importance method.
packageName of the package(s) required to execute the variable importance method.
run_tableRun table for the data to be assessed by the variable importance method. Used internally.
project_idIdentifier of the project that generated the familiarVimpMethod object.