over_bet_KM {TML}R Documentation

Tropical cluster betweeness measure for a each of a set of k-means derived set of clusters

Description

This function calculates an overall betweenness measure between a set of clusters derived from tropical k-means clustering

Usage

over_bet_KM(A, C)

Arguments

A

matrix of tropical points; rows are points with the last column representing a numbered cluster assignment

C

number of clusters

Value

betweenness cluster measure

Author(s)

David Barnhill david.barnhill@nps.edu

References

David Barnhill, Ruriko Yoshida (2023). Clustering Methods Over the Tropically Convex Sets.

Examples


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)

[Package TML version 1.2.0 Index]