rclust.specc: Spectral Clustering : only extrinsic is valid for kernel...

Description Usage References

View source: R/rclust.specc.R

Description

Spectral Clustering : only extrinsic is valid for kernel issue. "average" (= UPGMA), "mcquitty" (= WPGMA), "median" (= WPGMC) or "centroid" (= UPGMC). those need to be found and added to Zotero

Usage

1
2
3
4
rclust.specc(input, k = 2, kernel = "rbfdot", kpar = "automatic",
  nystrom.red = FALSE, nystrom.sample = length(input$data)/6,
  maxiter = 496, mod.sample = 0.75, na.action = na.omit,
  type = c("extrinsic", "intrinsic"))

References

\insertRef

kernlabRiemCluster


kisungyou/RiemCluster documentation built on May 17, 2019, 7:45 a.m.