Table of Contents

Enum RFEImportanceMethod

Namespace
AiDotNet.Preprocessing.FeatureSelection
Assembly
AiDotNet.dll

Specifies the method for computing feature importance in RFE.

public enum RFEImportanceMethod

Fields

Correlation = 0

Use absolute correlation with target.

FStatistic = 2

Use F-statistic from univariate regression.

LinearCoefficients = 1

Use absolute value of linear regression coefficients.