c_EMC | R Documentation |
Perform clustering by
EM
using EMCluster::emcluster
c_EMC(
x,
x.test = NULL,
k = 2,
lab = NULL,
EMC = EMCluster::.EMC,
verbose = TRUE,
...
)
x |
Input matrix / data.frame |
x.test |
Testing set matrix / data.frame |
k |
Integer: Number of clusters to get |
lab |
Vector, length |
EMC |
List of control parameters for |
verbose |
Logical: If TRUE, print messages to screen |
... |
Additional parameters to be passed to |
First, EMCluster::simple.init(x, nclass = k)
is run,
followed by EMCluster::emcluster(x, emobj = emobj, assign.class = TRUE, ...)
This can be very slow.
E.D. Gennatas
Other Clustering:
c_CMeans()
,
c_DBSCAN()
,
c_H2OKMeans()
,
c_HARDCL()
,
c_HOPACH()
,
c_KMeans()
,
c_MeanShift()
,
c_NGAS()
,
c_PAM()
,
c_PAMK()
,
c_SPEC()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.