From: Niko E. <ne...@ne...> - 2008-07-23 13:05:25
|
On 0, Irene Kouskoumvekaki <ir...@cb...> wrote: > When I say mixed neurons (or best-matches), I mean neurons that are > best-matches to items that belong to both my pre-assigned classes. It must > be somehow possible to retrieve this information from the map, because it is > something that you can do by simply clicking on each best-match, one at a > time. I just want to do it in a high-throughput way. But maybe you are right > and I need to write a code for that... Now I understand :) Well then can take the .bm file [1]. Sort it, according to the second and third column and look at adjacent lines.. If the second and third column are equal with the next/previous line, then the data points (index is in the first column) have the same bestmatch. If you need something more sophisticated you can take a look at the Java-API [2]. I'm sure there will be a way to get the data point for a best match somewhere. Unfortunately its been quite a while, and I can't give you a direct pointer, but I'd start by looking at the BMInfoPanel class. [1] http://databionic-esom.sourceforge.net/user.html#File_formats [2] http://databionic-esom.sourceforge.net/devel.html |