| IStatModel Interface |
Namespace: Emgu.CV.ML
The IStatModel type exposes the following members.
| Name | Description | |
|---|---|---|
| AlgorithmPtr |
Return the pointer to the algorithm object
(Inherited from IAlgorithm.) | |
| StatModelPtr |
Return the pointer to the StatModel object
|
| Name | Description | |
|---|---|---|
| Clear |
Clear the statistic model
(Defined by StatModelExtensions.) | |
| Predict |
Predicts response(s) for the provided sample(s)
(Defined by StatModelExtensions.) | |
| Read |
Reads algorithm parameters from a file storage.
(Defined by AlgorithmExtensions.) | |
| Save |
Save the statistic model to file
(Defined by StatModelExtensions.) | |
| Train(TrainData, Int32) | Overloaded.
Trains the statistical model.
(Defined by StatModelExtensions.) | |
| Train(IInputArray, DataLayoutType, IInputArray) | Overloaded.
Trains the statistical model.
(Defined by StatModelExtensions.) | |
| Write |
Stores algorithm parameters in a file storage
(Defined by AlgorithmExtensions.) |