Enum SequentialDirection
- Namespace
- AiDotNet.Preprocessing.FeatureSelection
- Assembly
- AiDotNet.dll
Specifies the direction of sequential feature selection.
public enum SequentialDirection
Fields
Backward = 1Backward selection: Start with all features, remove the worst one at each step.
Forward = 0Forward selection: Start with no features, add the best one at each step.