Learn R Programming

rerf (version 2.0.4)

uniqueByEquivalenceClass: Remove unique projections that are equivalent due to a rotation of 180 degrees.

Description

This function finds the projections that are equivalent via a 180 degree rotation and removes the duplicates.

Usage

uniqueByEquivalenceClass(p, unique.projections)

Arguments

p

the number of features in the original data. This can be obtained from a forest object via forest$params$paramList$p.

unique.projections

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

Value

unique.projections a list which is a subset of the input.

See Also

FeatureImportance