The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

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

ben_hben_h Member Posts: 17 Contributor II
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?

Answers

  • Nils_WoehlerNils_Woehler Member Posts: 463 Maven
    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
Sign In or Register to comment.