View source: R/computeDotDensity.R
computeDotDensity | R Documentation |
computeDotDensity
computeDotDensity(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. |
DotDensity |
[1:n] Numeric vector with density values for each observation from Data. |
Quirin Stier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.