[SOLVED] RapidMiner Self-Organizing Map "number of dimensions" is mandatory?

ben_h
ben_h New Altair Community Member
edited November 5 in Community Q&A
The SOM operator provided in RapidMiner "core" seems to require me to specify the number of attributes of the resultant ExampleSet. Is this analogous to the number of clusters as in the usual terminology of SOMs? Doesn't this go against the principle of the algorithm? It's an unsupervised process, meaning it's data-driven, and arrives at a suitable number of clusters depending on the data?
Tagged:

Answers

  • Nils_Woehler
    Nils_Woehler New Altair Community Member
    Hi,

    no this is not the same as the number of clusters. The number of dimensions specifies the number of dimensions after the SOM transformation.
    E.g. if you have a data set with 5 attributes and set the number of dimensions to 2, each example is mapped to a point in the 2 dimensional space created by the SOM algorithm.

    Best,
    Nils