The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Binary ExampleSet Writer and Loader
How about having a binary rapidminer specific format for fast saving and loading of examplesets. I assume that it would be easy to implement using Javas build in serialization functionality. I would also provide a work-around for another problem, which is due to the encoding of the text file when using ExampleSetWriter. I work mostly with unicode text mining and saving an exampleset to a textfile and loading it again sometimes causes problems.
Regards,
Andreas
0
Answers
use the IOObjectWriter/Loader and set output_type to binary. It does exactly that. This probably not the best way to save example sets, though. For 5.0 we have a custom binary protocol which can be used for example sets.
Cheers,
Simon
Regards,
Andreas