TGL_kmeans2: Alternative interface for TGL_kmeans Returned value is more...

TGL_kmeans2R 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

Description

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

Usage

TGL_kmeans2(
  data,
  k,
  keep.log = FALSE,
  tmpdir = NULL,
  tmpfn = NULL,
  TGL.kmeans.bin = sprintf("%s/%s", system.file("bin", package = "gpatterns"),
    "TGLKMeans_static")
)

Arguments

TGL.kmeans.bin

tanaylab/gpatterns documentation built on May 15, 2023, 6:23 p.m.