Computation of weighted version of the Davies-Bouldin index. This index serves as a measure of clustering quality of a 2D projection result with known class labels
DB_weightedIdx(x, className = NULL)
weighted DB index value
an object of class Radviz, as returned by do.radviz
the name of the class column to use
Nicolas Sauwen
If className
is left NULL
(the default) the function expects a single extra column on top of
the data columns (used to define springs) and the standard Radviz
columns.