Hi,
I'm trying to analyze input data - their attributes and relations between them. I think I came accross small bug. Steps to reproduce:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<process version="5.0">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="5.0.10" expanded="true" name="Process">
<process expanded="true" height="482" width="712">
<operator activated="true" class="generate_direct_mailing_data" compatibility="5.0.10" expanded="true" height="60" name="DirectMailingExampleSetGenerator (2)" width="90" x="45" y="30">
<parameter key="number_examples" value="1000"/>
</operator>
<connect from_op="DirectMailingExampleSetGenerator (2)" from_port="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>
Then go to Plot View and select Plotter: Distribution, Class column: lifestyle, Plot column: car. And I can see this:
http://et5.comgate.cz/kuba/rm.pngIt seems to me that selected values in "Plot Column" combo are one off with the displayed values in the plot. E.g. I chose Plot column: car and I can see plot with sports on X axis.
Or do I miss something?
One unrelated question: Is it possible to get median when inspecting ExampleSet? I can see mean, min, max, dev in meta data view. Is there any plot showing this? Or is it ncessary to you Aggregate operator?
Thanks,
Kuba
P.S. Sorry for not using bug tracker - I've tried to register several hours ago but no email came...