After some trials with RapidMiner Studio Starter 6.1.000 I have to realize today that it does not work anymore. ???
Even if I try the tutorial "The First Process" :
After pushing the Run Button
I can see "creating display" at the right corner for half a second and the 'Results Button' is activated instead of the 'Design Button'
but the Design Window does not switch to the Results Window
The only thing that changes is that the green circles at the operators turn to yellow
and I can not click to anything except the items in the menu line.
The problems view tells me "no problems found" and no Error message or anything else pops up.
When I activate the 'Design Button' again, the operator are green again
and I can drag and drop and all that things but it is not possible to run a process
Even if I close RapidMiner and start again it is the same Problem
So the question is what can I do now?
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<process version="6.1.000">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="6.1.000" expanded="true" name="Process">
<process expanded="true">
<operator activated="true" class="retrieve" compatibility="6.1.000" expanded="true" height="60" name="Retrieve Deals" width="90" x="179" y="210">
<parameter key="repository_entry" value="//Samples/data/Deals"/>
</operator>
<operator activated="true" class="decision_tree" compatibility="6.1.000" expanded="true" height="76" name="Decision Tree" width="90" x="380" y="210"/>
<connect from_op="Retrieve Deals" from_port="output" to_op="Decision Tree" to_port="training set"/>
<connect from_op="Decision Tree" from_port="model" 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>
[/ code]