Description Usage Arguments Value
Davies Bouldin index computation
1 2 3 4 5 6 7 8 9 10 | DBindex_BIG(
X_cumsum,
rowInd,
Clusters,
C,
C_cumsum,
cluster_size,
DistInter,
R
)
|
X_cumsum |
is a Filebacked data cummulative sum matrix n x N |
rowInd |
is a vector of the row indeces |
Clusters |
is a list of cluster assignment |
C |
is a matrix of the cluster centroids |
C_cumsum |
is a matrix of the cummulative sums of cluster centroids |
cluster_size |
is a vector of the cluster sizes |
DistInter |
is a matrix of the inter distances |
R |
is a matrix of the intra distances |
A value of the DB index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.