From: Irene K. <ir...@cb...> - 2008-07-23 13:08:38
|
That was exactly what I needed! Thanks Irene -----Original Message----- From: dat...@li... [mailto:dat...@li...] On Behalf Of Niko Efthymiou Sent: Wednesday, July 23, 2008 3:04 PM To: dat...@li... Subject: Re: [Databionic-ESOM-User] data behind best-matches 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 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Databionic-ESOM-User mailing list Dat...@li... https://lists.sourceforge.net/lists/listinfo/databionic-esom-user |