Learn R Programming

rerf (version 2.0.4)

flipWeights: Change the sign of the weights

Description

A helper function to extract the feature weights from the projection vector stored in a tree object. Used in RunFeatureImportanceBinary.

Usage

flipWeights(x)

Arguments

x

a list of unique.projections from the intermediate steps of the FeatureImportance function.

Value

x with sign of weights flipped.