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
[SOLVED] Filter Examples Operator
Filter Examples operator does not work anymore for filtering (real and integer) missing values, but it works for missing nominal values.
Here is an example:
Here is an example:
Do I miss something? It used to work just fine before... Thank you!
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<process version="5.2.008">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="5.2.008" expanded="true" name="Process">
<process expanded="true" height="476" width="748">
<operator activated="true" class="retrieve" compatibility="5.2.008" expanded="true" height="60" name="Retrieve" width="90" x="112" y="75">
<parameter key="repository_entry" value="//Samples/data/Labor-Negotiations"/>
</operator>
<operator activated="true" class="filter_examples" compatibility="5.2.008" expanded="true" height="76" name="Filter Missing Duration" width="90" x="246" y="75">
<parameter key="condition_class" value="attribute_value_filter"/>
<parameter key="parameter_string" value="duration = ?"/>
<parameter key="invert_filter" value="true"/>
</operator>
<operator activated="true" class="filter_examples" compatibility="5.2.008" expanded="true" height="76" name="Filter Missing Vacation" width="90" x="380" y="75">
<parameter key="condition_class" value="attribute_value_filter"/>
<parameter key="parameter_string" value="vacation = \?"/>
<parameter key="invert_filter" value="true"/>
</operator>
<connect from_op="Retrieve" from_port="output" to_op="Filter Missing Duration" to_port="example set input"/>
<connect from_op="Filter Missing Duration" from_port="example set output" to_op="Filter Missing Vacation" to_port="example set input"/>
<connect from_op="Filter Missing Vacation" from_port="example set 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>
0
Answers
unfortunately there seems to be a bug in the current version. We have fixed it and will release a bugfix version soon.
Best,
Nils
here is a workaround for you until we have released the fixed version: Best,
Nils
Will wait for a new release.