Estimates the subsequent stochastic model state by its current state
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public Matrix<float> Predict() |
| Visual Basic (Declaration) |
|---|
Public Function Predict As Matrix(Of Single) |
| Visual C++ |
|---|
public: Matrix<float>^ Predict() |