View source: R/computeGMMClassification.R
computeGMMClassification | R Documentation |
Transforms two numbers (variances of independent directions) and an angle to an ellipsoid matrix.
computeGMMClassification(Data, Means, Covariances, Weights)
Data |
[1:n, 1:2] Numeric matrix with n observations and 2 feature dimensions. |
Means |
List of l two-dimensional numeric vectors carrying mean vector. |
Covariances |
List of l 2x2 numeric matrices carrying covariance matrices. |
Weights |
[1:l] Numeric vector with l weights for l Gaussian Mixture Model components. |
MainAxes |
[1:3] Numeric vector |
Quirin Stier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.