Description Usage Arguments Value Note Author(s) References Examples
perform k-means specifically designed for a set of GMM (see references). At each iteration, sends information about current prototypes to a server via a socket connection (see references) for info about protocol.
1 |
models |
list of GMM objects. |
names |
character vector with respective names of the GMM objects. |
ngroups |
(maximal) number of clusters. |
rho |
R environment object, used for calls to R functions within C code. |
host |
IP address of the server for the socket (port 1979). |
a set of GMM prototypes, and inferred labels (i.e. associated to the input objects).
gmmkmsock includes a socket client that sends formatted data to a server. Detailed information about this protocol may be found in the source package (inst/doc/old_manual.pdf). Simple standalone client and server are also provided (socket/socketclient.cpp and socketserver.cpp). These can be build by running make in the source folder.
Pierrick Bruneau
Bruneau, P. , Picarougne, F. and Gelgon, M. (2010) _Interactive unsupervised classication and visu- alization for browsing an image collection_, Pattern Recognition, Volume 43, Number 2, Pages 485-493.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.