Features_Importance: Importance-based feature selection.

View source: R/Features_Importance.R

Features_ImportanceR Documentation

Importance-based feature selection.

Description

Features_Importance estimates feature importance values using the Random Forest algorithm.
Features_Importance_Reduce reduces the number of the retained features.

Usage

Features_Importance(preprocessedDFList, featureN = 100)

Features_Importance_Reduce(featureImportanceDFList, featureN = 30)

Arguments

preprocessedDFList

An output generated by Features_Preprocess or Features_CorFilter.

featureN

The number of the features that should be retained. Can be NULL to disable feature selection.

featureImportanceDFList

An output generated by Features_Importance.


masato-ogishi/Repitope documentation built on Feb. 14, 2023, 5:47 a.m.