Table of Contents

Enum LogisticRegression.TrainType

Namespace
Emgu.CV.ML
Assembly
Emgu.CV.dll

Specifies the kind of training method used.

public enum LogisticRegression.TrainType

Fields

Batch = 0

Batch method

MiniBatch = 1

Set MiniBatchSize to a positive integer when using this method.