Description Usage Examples
View source: R/weightedClustSuite.R
Plot observations using t-distributed neighbor embedding and colour by cluster
1
plotTSNE(x, ...)
1 2 3 4 5 6 7
irisDist <- dist(iris[,1:4]) irisClust <- ClustObj(irisDist, gaussian=TRUE) plot(irisClust) # Inspect clustering attributes to define thresholds irisClust <- findDensityPeakClusters(irisClust, rho=2, delta=2) plotTSNE(irisClust) split(iris[,5], irisClust$clusters)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.