c_NGAS | R Documentation |
Perform Neural Gas clustering using flexclust::cclust
c_NGAS(x, x.test = NULL, k = 2, dist = "euclidean", verbose = TRUE, ...)
x |
Input matrix / data.frame |
x.test |
Testing set matrix / data.frame |
k |
Integer: Number of clusters to get |
dist |
Character: Distance measure to use: 'euclidean' or 'manhattan' |
verbose |
Logical: If TRUE, print messages to screen |
... |
Additional parameters to be passed to |
rtClust
object
E.D. Gennatas
Other Clustering:
c_CMeans()
,
c_DBSCAN()
,
c_EMC()
,
c_H2OKMeans()
,
c_HARDCL()
,
c_HOPACH()
,
c_KMeans()
,
c_MeanShift()
,
c_PAM()
,
c_PAMK()
,
c_SPEC()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.