Creaet an Expectation Maximization model using the specific training parameters
Namespace:
Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public EM( Matrix<float> samples, Matrix<float> sampleIdx, EMParams parameters, Matrix<int> labels ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ samples As Matrix(Of Single), _ sampleIdx As Matrix(Of Single), _ parameters As EMParams, _ labels As Matrix(Of Integer) _ ) |
Visual C++ |
---|
public: EM( Matrix<float>^ samples, Matrix<float>^ sampleIdx, EMParams^ parameters, Matrix<int>^ labels ) |
Parameters
- samples
- Type: Emgu.CV..::.Matrix<(Of <(Single>)>)
The samples to be trained
- sampleIdx
- Type: Emgu.CV..::.Matrix<(Of <(Single>)>)
[Missing <param name="sampleIdx"/> documentation for "M:Emgu.CV.ML.EM.#ctor(Emgu.CV.Matrix{System.Single},Emgu.CV.Matrix{System.Single},Emgu.CV.ML.EMParams,Emgu.CV.Matrix{System.Int32})"]
- parameters
- Type: Emgu.CV.ML..::.EMParams
[Missing <param name="parameters"/> documentation for "M:Emgu.CV.ML.EM.#ctor(Emgu.CV.Matrix{System.Single},Emgu.CV.Matrix{System.Single},Emgu.CV.ML.EMParams,Emgu.CV.Matrix{System.Int32})"]
- labels
- Type: Emgu.CV..::.Matrix<(Of <(Int32>)>)
[Missing <param name="labels"/> documentation for "M:Emgu.CV.ML.EM.#ctor(Emgu.CV.Matrix{System.Single},Emgu.CV.Matrix{System.Single},Emgu.CV.ML.EMParams,Emgu.CV.Matrix{System.Int32})"]