Displaying 1 result from an estimated 1 matches for "objectfrankly".
2005 Oct 24
0
SOM object manupulation
...can't figure out how I can list the data elements belongs to different
clusters. I made a 5X5 SOM grid and there are 25 clusters. The plot tells me
how many data elements belongs to this different cluster grids but I want to
make separate list of them. I don't know how to deal with the
SOM.objectfrankly speaking.
Q2. The SOM package listed 5 functions
som.init
som
som.train
som.update and
som.project
I was wondering to get the best result in what order I should apply them?
Should I first initialize the som using som.init, then train it with
som.train and finally update it with som.update? Or just...