From: <fa...@my...> - 2008-01-22 01:15:02
|
Rafael, the 1.2.0.5 version is a modification made during the development of the ESOM tools. The original authors were not interested in integrating our changes. The complete modified colt can be checked out from our sourceforge repository by using the module name "colt" instead of "src" in the instructions on http://databionic-esom.sourceforge.net/cvs-usage.html the particular class VectorFunctions is really just a repository for static functions and should not need to be serialized. even the SOM class might not be the best to serialize. I have to admit that the code was not designed with serialization in mind. you are certainly welcome to suggest modifications. if you want to save a trained map, then try to serialize the subclasses of the Grid class (but then you need to serialize the bestmatches separately). best fabian rde...@it... wrote: > Hello > > First of all I'm grateful for your support and for you very good software. > I'm working with SOM class, in order to serialize it, if I modify it in > order to implements Serializable then I have one error in > > "java.io.NotSerializableException: cern.jet.math.VectorFunctions" > > When I try to look for the library "colt 1.2.0.5" in order to find the > source, however I can not find this library in internet and the last version > library found is 1.2 and this class doesn't exists. > > My Question, where can I find the source of this files or if it possible to > make serializable this class without colt modification. > > Thanks in advance > > Best Regards Rafael > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Databionic-ESOM-User mailing list > Dat...@li... > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > > > |