From: <fa...@in...> - 2005-10-31 15:26:09
|
You can certainly feed ordinal or nominal attributes to the tools if you encode them e.g. as natural numbers. Letters or strings are not allowed as data entries in *.lrn files. The question is, whether Euclidean (or any other implemented distance function) is meaningful on this encoding for your data. Further, the final prototypes that are assigned to each neuron, will almost surely not consist of natural numbers, since the udating of the map uses small vector differences as learning steps. But they could be seen as approximations to symbolic prototypes. If you want to use special symbolic distance functions (e.g. Hamming) you would have to implement them first and I can give you hints on how to do it. In addition, the update step should be modified accordingly. Both should be comparatively easy to do. bye fabian mit...@we... wrote: > May we use not only continuous but also symbolic features with ESOM? > thank you in advance, > Katerina > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. > Get Certified Today * Register for a JBoss Training Course > Free Certification Exam for All Training Attendees Through End of 2005 > Visit http://www.jboss.com/services/certification for more information > _______________________________________________ > Databionic-ESOM-User mailing list > Dat...@li... > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user |