Enum RFEImportanceMethod
- Namespace
- AiDotNet.Preprocessing.FeatureSelection
- Assembly
- AiDotNet.dll
Specifies the method for computing feature importance in RFE.
public enum RFEImportanceMethod
Fields
Correlation = 0Use absolute correlation with target.
FStatistic = 2Use F-statistic from univariate regression.
LinearCoefficients = 1Use absolute value of linear regression coefficients.