🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

cluster data with SOM algorithm

User: "deniz"
New Altair Community Member
Updated by Jocelyn
Hello
I want to cluster my data with SOM algorithm, my data file is csv type. I found some tutorials about neural network and all use data repository to retrieve data. Do I have to use repository, if I'm please help me have I store my csv file in repository? If I'm not what should I do, what are the steps?
Thanks for your help
deniz

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "MariusHelf"
    New Altair Community Member
    Hi,

    it is generally a good idea to store the data in the repository by first reading it via Read CSV and then use the Store operator to store the example set in the repository.
    In another process you can then easily access your data via the retrieve operator without the need to configure another Read CSV operator.

    Best,
    Marius
    User: "deniz"
    New Altair Community Member
    OP
    thanks for your hellp :)
    I solve this problem but I couldn't cluster my data set with SOM algorithm because I couldn't find it. Can you explain how I use SOM algorithm please?
    User: "northrond"
    New Altair Community Member
    You will find it when you check the results of your operation and click on example set tab -> Plot view  and then you can choose SOMfrom the dropdown menu under Plotter option. have fun.