Input objects for the EM for GMM algorithm
More...
◆ Input() [1/2]
◆ Input() [2/2]
◆ check()
Checks the correctness of the input result
- Parameters
-
[in] | par | Pointer to the structure of the algorithm parameters |
[in] | method | Computation method |
Reimplemented from Input.
◆ get() [1/3]
data_management::NumericTablePtr get |
( |
InputId |
id | ) |
const |
Returns the input numeric table for the EM for GMM algorithm
- Parameters
-
[in] | id | Identifier of the input numeric table |
- Returns
- Input object that corresponds to the given identifier
◆ get() [2/3]
Returns the collection of input covariances for the EM for GMM algorithm
- Parameters
-
[in] | id | Identifier of the collection of input covariances |
- Returns
- Input object that corresponds to the given identifier
◆ get() [3/3]
Returns a covariance with a given index from the collection of input covariances
- Parameters
-
[in] | id | Identifier of the collection of input covariances |
[in] | index | Index of the covariance to be returned |
- Returns
- Pointer to the table with the input covariance
◆ set() [1/3]
void set |
( |
InputId |
id, |
|
|
const data_management::NumericTablePtr & |
ptr |
|
) |
| |
Sets one input object for the EM for GMM algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the object |
◆ set() [2/3]
Sets the input covariance object for the EM for GMM algorithm
- Parameters
-
[in] | id | Identifier of the input covariance collection object |
[in] | ptr | Pointer to the object |
◆ set() [3/3]
Sets input objects for the EM for GMM algorithm
- Parameters
-
[in] | id | Identifier of the input values object. Result of the EM for GMM initialization algorithm can be used. |
[in] | ptr | Pointer to the object |
The documentation for this class was generated from the following file: