The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Replace Missing Values Failure"
I tried the Replace Missing Values operator in the tutorial, and it didn't seem to replace any of the null values.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<process version="5.3.005">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="5.3.005" expanded="true" name="Process">
<process expanded="true">
<operator activated="true" breakpoints="after" class="retrieve" compatibility="5.3.005" expanded="true" height="60" name="Labor-Negotiations" width="90" x="112" y="120">
<parameter key="repository_entry" value="//Samples/data/Labor-Negotiations"/>
</operator>
<operator activated="true" class="replace_missing_values" compatibility="5.2.000" expanded="true" height="94" name="Replace Missing Values" width="90" x="313" y="120">
<parameter key="attribute_filter_type" value="no_missing_values"/>
<parameter key="attribute" value="duration"/>
<parameter key="attributes" value="|duration|wage-inc-1st"/>
<parameter key="invert_selection" value="true"/>
<list key="columns">
<parameter key="wage-inc-1st" value="minimum"/>
<parameter key="wage-inc-2nd" value="maximum"/>
<parameter key="wage-inc-3rd" value="zero"/>
<parameter key="working-hours" value="value"/>
</list>
<parameter key="replenishment_value" value="35"/>
</operator>
<connect from_op="Labor-Negotiations" from_port="output" to_op="Replace Missing Values" to_port="example set input"/>
<connect from_op="Replace Missing Values" from_port="example set output" to_port="result 1"/>
<portSpacing port="source_input 1" spacing="0"/>
<portSpacing port="sink_result 1" spacing="90"/>
<portSpacing port="sink_result 2" spacing="36"/>
</process>
</operator>
</process>
Tagged:
0
Answers
Best regards,
Marius
(Also I noticed that RM requires Java 7 now? I guess this means OSX 10.6.8 is unsupported?)
Best regards,
Marius