Table of Contents

Enum LogisticRegression.Methods

Namespace
OpenCvSharp.ML
Assembly
OpenCvSharp.dll

Training methods

public enum LogisticRegression.Methods

Fields

Batch = 0
MiniBatch = 1

Set MiniBatchSize to a positive integer when using this method.