"saved XML output bug"
Hi all,
the XML that is exported out of Rapidminer when you save results is currently invalid because the closing object-stream tag is omitted from the bottom of the file.
Cheers
Stuart
the XML that is exported out of Rapidminer when you save results is currently invalid because the closing object-stream tag is omitted from the bottom of the file.
Cheers
Stuart
Tagged:
0
Answers
Cheers,
Simon
<参数键= " root_relative_squared_error”价值e="true"/>
if you save the performance file *.per you get this;
< object-stream >
< predictedAttribute class = "数字alAttribute" id="6">
< predictedAttribute class = "数字alAttribute" reference="6"/>
< predictedAttribute class = "数字alAttribute" reference="6"/>
< predictedAttribute class = "数字alAttribute" reference="6"/>
< predictedAttribute class = "数字alAttribute" reference="6"/>
< predictedAttribute class = "数字alAttribute" reference="6"/>
as you see you are missing the "" tag. This is also the same for the *.RES files too
Stuart
This is in fact a problem with xstream. It was simple to fix from our side, although I think this is a flaw in the implementation of xstream. It requires us to close the stream after every object which now prevents us to send several XML streams in a row.
Cheers,
Simon
Well i glad i could help