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


Public Member Functions | |
| daviesBouldinIndex () | |
| daviesBouldinIndex (const daviesBouldinIndex &other) | |
| virtual | ~daviesBouldinIndex () |
| daviesBouldinIndex & | copy (const daviesBouldinIndex &other) |
| daviesBouldinIndex & | operator= (const daviesBouldinIndex &other) |
| virtual const char * | getTypeName () const |
| virtual functor * | clone () const |
| virtual bool | apply (const std::vector< dmatrix > &clusteredData, double &index, const dmatrix ¢roids) const |
If different clustering, e.a. with different number of clusters, of the same data set are tested, the best will be the clustering with the minimal Davies Bouldin Index.
|
|
standard contructor
|
|
|
standard contructor
|
|
|
destructor
|
|
||||||||||||||||
|
calculates the Davies Bouldin 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
|