I'm trying to go through the tutorial this morning and having some trouble with the instructions on Step 6 of 26. Here is the instruction I'm having trouble with:
Try the following:
Select the Input operator. The property table on the right side shows the parameters of this operator. Press the "Edit" button of the "attributes" parameter. The attribute editor shows a sample of the data. Please note the question marks which represents unknown data. Close the attribute editor.
What 'input operator' are they talking about here and how do I get to the Attribute Editor?
If I click on the Preprocessing block then I see 'attribute filter type' but I don't think this is what I'm being asked to do.
I think if I could find a help file for RM5 I might be in better shape but am I correct that there isn't one?
Thank,
Mark
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<process version="5.0">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" expanded="true" name="Root">
<description><p> Usually much time of data mining is spent to preprocess the data. RapidMiner offers several operators to read your data from many different sources and also operators to process your data and ease learning. </p> <p> In many applications the data contains missing values. One of the available preprocessing operators replaces them with the average / min / max of the attribute. Other operators can also handle infinite values. </p> <p> Try the following: <ul> <li>Select the Input operator. The property table on the right side shows the parameters of this operator. Press the &quot;Edit&quot; button of the &quot;attributes&quot; parameter. The attribute editor shows a sample of the data. Please note the question marks which represents unknown data. Close the attribute editor. By the way, the attribute editor can also be used to create attribute description files (.aml) for data sets.</li> <li>Use a breakpoint after the Input operator and run the process. Compare the data before and after the preprocessing.</li> <li>The Output operator writes the data back into a file. You can look into this file with an arbitrary text editor. Please refer to the RapidMiner Tutorial for further information about using the ExampleSetWriter.</li> </ul> </p></description>
<process expanded="true" height="584" width="300">
<operator activated="true" class="retrieve" expanded="true" height="60" name="Retrieve" width="90" x="45" y="30">
<parameter key="repository_entry" value="../../data/Labor-Negotiations"/>
</operator>
<operator activated="true" class="replace_missing_values" expanded="true" height="94" name="Preprocessing" width="90" x="180" y="30">
<parameter key="attribute" value="shift-differential"/>
<parameter key="value_type" value="numeric"/>
<list key="columns">
<parameter key="wage-inc-1st" value="minimum"/>
<parameter key="wage-inc-3rd" value="maximum"/>
</list>
</operator>
<connect from_op="Retrieve" from_port="output" to_op="Preprocessing" to_port="example set input"/>
<connect from_op="Preprocessing" 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>