A program to recognize and reward our most engaged community members
<operator name="Root" class="Process" expanded="yes"> <operator name="ExampleSetGenerator" class="ExampleSetGenerator"> <parameter key="target_function" value="simple non linear classification"/> <parameter key="number_examples" value="4000"/> <parameter key="number_of_attributes" value="1250"/> </operator> <operator name="IOObjectWriter" class="IOObjectWriter"> <parameter key="object_file" value="C:\Users\CJFP\Documents\rm_workspace\wessel"/> <parameter key="io_object" value="ExampleSet"/> <parameter key="output_type" value="Binary"/> </operator> <operator name="IOObjectReader" class="IOObjectReader"> <parameter key="object_file" value="C:\Users\CJFP\Documents\rm_workspace\wessel"/> <parameter key="io_object" value="ExampleSet"/> </operator></operator>
Sebastian Land wrote:Let me add, that the binary format of course has it's disadvantages: If anything in the class structure changes, the bytes in the file cannot be interpreted correctly and so it cannot be read anymore. For storing informations for a longer time, you mustn't use the binary format...Greetings, Sebastian