Perform EM Clustering using EMCluster::emcluster
u.EMC(x, x.test = NULL, k = 2, lab = NULL, EMC = EMCluster::.EMC,
verbose = TRUE, ...)
Input matrix / data.frame
Testing set matrix / data.frame
Integer: Number of clusters to get
Vector, length NROW(x)
: Labels for semi-supervised clustering
List of control parameters for EMCluster::emcluster
. Default = EMCluster::.EMC
Logical: If TRUE, print messages to screen
Additional parameters to be passed to EMCluster::emcluster
First, EMCluster::simple.init(x, nclass = k)
is run,
followed by EMCluster::emcluster(x, emobj = emobj, assign.class = TRUE, ...)
This can be very slow.
Other Clustering: u.CMEANS
,
u.H2OKMEANS
, u.HARDCL
,
u.HOPACH
, u.KMEANS
,
u.NGAS
, u.PAMK
,
u.PAM
, u.SPEC