Simple cluster evaluator program with the following metrics:
- Silhouette Coefficient
- Dunn Index
Usage:
- Open CSV database which must have the cluster info in the last column with the naming scheme "cluster[number]".
- If necessary, change the separators to the ones used in the loaded database.
- Select desired metric and pres "evaluate".
Current Limitations:
- Database must be composed of numeric attributes. Other attribute types are ignored.