TGL_kmeans2 | R Documentation |
Alternative interface for TGL_kmeans Returned value is more similar to native R kmeans Allows keeping the output of the kmeans exec within the R return value
TGL_kmeans2(
data,
k,
keep.log = FALSE,
tmpdir = NULL,
tmpfn = NULL,
TGL.kmeans.bin = sprintf("%s/%s", system.file("bin", package = "gpatterns"),
"TGLKMeans_static")
)
TGL.kmeans.bin |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.