The algorithm that creates a self-organizing map starts by creating a grid of hexagonal bins arranged in a square. The dimensions of the square are , where . The maximum value of is 25. (If the data set contains more than 625 data points, Results Analytics positions the data in a 25 × 25 grid.) The algorithm then attempts to cluster similar alternatives together using the following process:
By default, Results Analytics repeats this process 10 times and, for each parameter, selects the best map from the 10 maps it generated. The best map is the map with the smallest cumulative error between the weight value of the bin and the value of the data point assigned to the bin. To accelerate the generation of the family of self-organizing maps, you can reduce the number of times Results Analytics repeats this process. Conversely, to increase the accuracy of the self-organizing maps, you can increase the number of times Results Analytics repeats this process. However, you will probably not experience much improvement in the accuracy of the maps beyond the default 10 iterations. |