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
Filter Examples With Multiple Valued Attriburtes ex: Cluster_1 and Cluster_2
Hi Guys,
Often after cluster analysis I have multiple clusters of interest. What is the easiest way to select all examples from cluster_1 and cluster_2. Ideally I would use filter examples for 'cluster=1 or cluster=2' but that does not work for me.
-Gagi
Often after cluster analysis I have multiple clusters of interest. What is the easiest way to select all examples from cluster_1 and cluster_2. Ideally I would use filter examples for 'cluster=1 or cluster=2' but that does not work for me.
-Gagi
Tagged:
0
Answers
For everyone else who did not realize logical expressions are allowed in the filter examples operator:
Filter Examples-> Attribute_value_filter-> parameter string = cluster_0||cluster=cluster_1
-Gagi
yes, sometimes everything becomes surprisingly easy if you read the documentation...
Greetings,
Sebastian
"Parameter string for the condition, e.g. 'attribute=value' for the AttributeValueFilter."
For someone who looks at a lot of documentation it seems this would be a perfect place to add another example 'attribute=value1||attribute=value2'. Or by the example mention that other operators such as && || can be used. A clear discussion of white space is also missing and often times I find that white space matters. When exploring different logical operators you never really know if you are entering wrong code or if white space is messing up your process.
I know these are small picky details but for this package to gain even more success these are the growing pains that documentation (and users) must go through. ;D
-Gagi
if you see it that way, you will be really pleased to hear, that the RapidMiner Operator's documentation will be copied to our wiki soon. (In fact it's already there, but missing line breaks make it a pain to edit...). Then you will be able to add description as you want and contribute to other users and yourself. We will retrieve the documentation from the wiki and bundle it again with RapidMiner for each update.
We hope to make it easy enough, so that the operator documentation is finally updated.
Greetings,
Sebastian
-Gagi
well, I don't actually bet on this, but let's hope the best...
Greetings,
Sebastian