"SOM clustering"

JarJar MemberPosts:1Contributor I
edited May 2019 inHelp
Can Rapid Miner clustering SOM?


Thank you.
Tagged:

Answers

  • steffensteffen MemberPosts:347Maven
    Hello

    You can learn a SOM for dimension reduction (operator name "SOMDimensionalityReduction") or train a SOM for Visualization (Plotview of ExampleSet). However, I cannot judge the quality of those. SOM for clustering is not available as far as I know.

    regards,

    Steffen
  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:2,531Unicorn
    Hi,
    isn't SOM Clustering equivalent to using SOM dimensionality reduction with target number of clusters as number of nodes and afterwards using kMeans on the reduced dimension?
    This would give you clusters containing all examples assigned on one node of the SOM grid.

    Greetings,
    Sebastian
Sign InorRegisterto comment.