|
latest version v1.9 - last update 24 Nov 2005 |
|
#include <ltiClusteringValidity.h>
Inheritance diagram for lti::modHubertStat:


Public Member Functions | |
| modHubertStat () | |
| modHubertStat (const modHubertStat &other) | |
| virtual | ~modHubertStat () |
| modHubertStat & | copy (const modHubertStat &other) |
| modHubertStat & | operator= (const modHubertStat &other) |
| virtual const char * | getTypeName () const |
| virtual functor * | clone () const |
| virtual bool | apply (const std::vector< dmatrix > &clusteredData, double &index, const dmatrix ¢roids) const |
When the same data set is tested with different parameters, e.a. with different number of clusters, the best possible clustering is shown by a sharp knee in this index.
This validity measure is not defined for one cluster or if the number of clusters is equal the the number of points
|
|
standard contructor
|
|
|
standard contructor
|
|
|
destructor
|
|
||||||||||||||||
|
calculates the Dunn Index of the clustered Data
Implements lti::clusteringValidity. |
|
|
returns a pointer to a clone of this functor.
Implements lti::functor. |
|
|
copy data of "other" functor.
|
|
|
returns the name of this type
Reimplemented from lti::clusteringValidity. |
|
|
alias for copy member
|