powered by
This function calculates an overall betweenness measure between a set of clusters derived from tropical k-means clustering
over_bet_KM(A, C)
betweenness cluster measure
matrix of tropical points; rows are points with the last column representing a numbered cluster assignment
number of clusters
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)
Run the code above in your browser using DataLab