A program to recognize and reward our most engaged community members
haddock wrote:Hi there,You have to know the jargon... Observation->Example. So "Filter Example Range" could be handy.Good weekend to all!
Filter Example Range does not select a desired subset of examples(observations). It gives error to change the range and puts first example -2 and last example -1.
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.1.003"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.1.003" expanded="true" name="Process"> <process expanded="true" height="-20" width="-50"> <operator activated="true" class="generate_data" compatibility="5.1.003" expanded="true" height="60" name="Generate Data" width="90" x="34" y="14"/> <operator activated="true" class="filter_example_range" compatibility="5.1.003" expanded="true" height="76" name="Filter Example Range" width="90" x="236" y="16"> <parameter key="first_example" value="1"/> <parameter key="last_example" value="10"/> </operator> <connect from_op="Generate Data" from_port="output" to_op="Filter Example Range" to_port="example set input"/> <connect from_op="Filter Example Range" from_port="example set output" to_port="result 1"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> </process> </operator></process>
I would call it bug. what do u say?
haddock wrote: ??? <?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.1.003"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.1.003" expanded="true" name="Process"> <process expanded="true" height="-20" width="-50"> <operator activated="true" class="generate_data" compatibility="5.1.003" expanded="true" height="60" name="Generate Data" width="90" x="34" y="14"/> <operator activated="true" class="filter_example_range" compatibility="5.1.003" expanded="true" height="76" name="Filter Example Range" width="90" x="236" y="16"> <parameter key="first_example" value="1"/> <parameter key="last_example" value="10"/> </operator> <connect from_op="Generate Data" from_port="output" to_op="Filter Example Range" to_port="example set input"/> <connect from_op="Filter Example Range" from_port="example set output" to_port="result 1"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> </process> </operator></process> :-\
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.1.003"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.1.003" expanded="true" name="Process"> <process expanded="true" height="161" width="547"> <operator activated="true" class="retrieve" compatibility="5.1.003" expanded="true" height="60" name="Retrieve" width="90" x="45" y="30"> <parameter key="repository_entry" value="//Samples/data/Iris"/> </operator> <operator activated="true" class="write_csv" compatibility="5.1.003" expanded="true" height="60" name="Write CSV" width="90" x="179" y="30"> <parameter key="csv_file" value="C:\iris_test.csv"/> </operator> <operator activated="true" class="read_csv" compatibility="5.1.003" expanded="true" height="60" name="Read CSV" width="90" x="313" y="30"> <parameter key="csv_file" value="C:\iris_test.csv"/> <list key="annotations"/> <list key="data_set_meta_data_information"/> </operator> <operator activated="true" class="filter_example_range" compatibility="5.1.003" expanded="true" height="76" name="Filter Example Range" width="90" x="447" y="30"> <parameter key="first_example" value="10"/> <parameter key="last_example" value="29"/> </operator> <connect from_op="Retrieve" from_port="output" to_op="Write CSV" to_port="input"/> <connect from_op="Read CSV" from_port="output" to_op="Filter Example Range" to_port="example set input"/> <connect from_op="Filter Example Range" from_port="example set output" to_port="result 1"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> </process> </operator></process>
this does work but NOT with read CSV operator!
PS... This is bizarre, I've just seen the post of the pointy one, seems rather similar... Which one of us studied under zu Guttenberg?
haddock wrote:Hi Fritmore,Actually I think you are right when you say 'it should rather Inform' - over the years I've noticed that people are freaked out unnecessarily by the metadata messages ( info about the dataflow ). If you are an old slob like me you just bash the start button and watch the springs fall out of the back of the machine.Perhaps there should be a paranoia setting in the preferences, so that these pesky messages can be served only on demand.