View source: R/trop.clus.bet.KM.R
over_bet_KM | R Documentation |
This function calculates an overall betweenness measure between a set of clusters derived from tropical k-means clustering
over_bet_KM(A, C)
A |
matrix of tropical points; rows are points with the last column representing a numbered cluster assignment |
C |
number of clusters |
betweenness cluster measure
David Barnhill david.barnhill@nps.edu
David Barnhill, Ruriko Yoshida (2023). Clustering Methods Over the Tropically Convex Sets.
hars<-Sim_points
cls<-c(rep(1,50),rep(2,50),rep(3,50))
cl_pt<-cbind(hars,cls)
C<-3
over_bet_KM(cl_pt,C)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.