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


Public Member Functions | |
| normModHubertStat () | |
| normModHubertStat (const normModHubertStat &other) | |
| virtual | ~normModHubertStat () |
| normModHubertStat & | copy (const normModHubertStat &other) |
| normModHubertStat & | operator= (const normModHubertStat &other) |
| virtual const char * | getTypeName () const |
| virtual functor * | clone () const |
| virtual bool | apply (const std::vector< dmatrix > &clusteredData, double &index, const dmatrix ¢roids) const |
A value near 1 shows compact well separated clusters. 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, if the number of cluster is 1 or equal to the number of points
|
|
standard contructor
|
|
|
standard contructor
|
|
|
destructor
|
|
||||||||||||||||
|
calculates the normalized modified Hubert Statistics 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
|