A program to recognize and reward our most engaged community members
1. the SOM-plot: could you tell me the decrease rate of the learning factor and the radius factor or can i read it somewhere?
learnRateCurrent = learnRateStart * Math.pow((learnRateEnd / learnRateStart), (((double) time) / ((double) maxtime)));
adaptationRadiusStart * Math.pow((adaptationRadiusEnd / adaptationRadiusStart), (((double) time) / ((double) maxtime)));
2. is there an operator, that shows the silhouette-coeffizient and/or the compactness of the clustering eg kmedoid?