I am Priyan here.
i was trying RapidMiner:
first to MultivariateSeries2WindowExamples
second to W-EnsembleSelection
I got the error as below in the log file :
"W-EnsembleSelection: W-EnsembleSelection: Operator has 0 children, should be 1":
the code i used is here:
ps: I used exampleset Generator to generate the data.
<operator name="Root" class="Process" expanded="yes">
<parameter key="logfile" value="C:\Documents and Settings\svpriyan\Desktop\gen1.log"/>
<parameter key="resultfile" value="C:\Documents and Settings\svpriyan\Desktop\generators\genres.res"/>
<operator name="ExampleSetGenerator" class="ExampleSetGenerator">
<parameter key="target_function" value="random"/>
<parameter key="attributes_lower_bound" value="0.0"/>
</operator>
<operator name="Numerical2Polynominal" class="Numerical2Polynominal">
</operator>
<operator name="ChangeAttributeRole" class="ChangeAttributeRole">
<parameter key="name" value="label"/>
<parameter key="target_role" value="label"/>
</operator>
<operator name="MultivariateSeries2WindowExamples" class="MultivariateSeries2WindowExamples">
</operator>
<operator name="XValidation" class="XValidation" expanded="yes">
<operator name="W-EnsembleSelection" class="W-EnsembleSelection" expanded="yes">
<parameter key="L" value="H:\weka\code\goodmodels.model.xml"/>
</operator>
<operator name="OperatorChain" class="OperatorChain" expanded="yes">
<operator name="ModelApplier" class="ModelApplier">
<list key="application_parameters">
</list>
</operator>
<operator name="ClassificationPerformance" class="ClassificationPerformance">
<list key="class_weights">
</list>
</operator>
<operator name="ModelWriter" class="ModelWriter">
<parameter key="model_file" value="C:\Documents and Settings\svpriyan\Desktop\generators\model1.mod"/>
<parameter key="output_type" value="XML"/>
</operator>
<operator name="ExampleSetWriter" class="ExampleSetWriter">
<parameter key="example_set_file" value="C:\Documents and Settings\svpriyan\Desktop\exsetwr.dat"/>
</operator>
</operator>
</operator>
</operator>
tnx
Priyan