Table of Contents

Enum VotingType

Namespace
AiDotNet.Classification.Meta
Assembly
AiDotNet.dll

Type of voting for ensemble classifiers.

public enum VotingType

Fields

Hard = 0

Hard voting: majority vote of class labels.

Soft = 1

Soft voting: average of predicted probabilities.