Table of Contents

Enum SequentialDirection

Namespace
AiDotNet.Preprocessing.FeatureSelection
Assembly
AiDotNet.dll

Specifies the direction of sequential feature selection.

public enum SequentialDirection

Fields

Backward = 1

Backward selection: Start with all features, remove the worst one at each step.

Forward = 0

Forward selection: Start with no features, add the best one at each step.