uniqueByEquivalenceClass: Remove unique projections that are equivalent due to a...

Description Usage Arguments Value See Also

View source: R/helperFunctions.R

Description

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

Usage

1
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


rerf documentation built on May 2, 2019, 8:16 a.m.