Enum LogisticRegression.TrainType
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.
Specifies the kind of training method used.
public enum LogisticRegression.TrainType
Batch = 0
Batch method
MiniBatch = 1
Set MiniBatchSize to a positive integer when using this method.