LogisticRegression Properties |
The LogisticRegression type exposes the following members.
Name | Description | |
---|---|---|
AllocatedMemory |
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.) | |
AllocatedMemorySize |
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.) | |
CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
DataHandle |
Gets or sets a handle which allocates using cvSetData.
(Inherited from DisposableObject.) | |
Empty |
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read
(Inherited from Algorithm.) | |
IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) | |
IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) | |
Iterations |
Number of iterations.
| |
LearningRate |
Learning rate
| |
MiniBatchSize |
Specifies the number of training samples taken in each step of Mini-Batch Gradient.
Descent. Will only be used if using LogisticRegression::MINI_BATCH training algorithm.
It has to take values less than the total number of training samples.
| |
Regularization |
Kind of regularization to be applied. See LogisticRegression::RegKinds.
| |
TermCriteria |
Termination criteria of the training algorithm.
| |
TrainMethod |
Kind of training method used. See LogisticRegression::Methods.
|