Description Usage Arguments Details Value Author(s) Examples
Model based clustering using mixtures of gaussian distributions.
1 2 |
x |
The data matrix. |
NG |
Number of groups or clusters to obtain. |
init |
Initial centers can be obtained from k-means ("km") or at random ("rd"). |
RemoveOutliers |
Should the extreme values be removed to calculate the clusters? |
ConfidOutliers |
Percentage of the points to keep for the calculations when RemoveOutliers is true. |
tolerance |
Tolerance for convergence. |
maxiter |
Maximum number of iterations. |
show |
Should the likelihood at each iteration be shown? |
... |
Any other parameter that can affect k-means if that is the initial configuration. |
A basic algorithm for clustering with mixtures of gaussians with no restrictions on the covariance matrices.
Clusters.
Jose Luis Vicente-Villardon
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.