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
"Filtering based on attribute values"
Hello,
while this might be a simple question, I have to ask, what is the best way to filter a dataset based on a subset of attribute values?
For example: let's say that I have a dataset with 3 attributes
[tt]
attr1 range: [1,10]
attr2 range: [1,20]
attr3 range: [1,30]
[/tt]
and that I want to filter out those examples that have either
[tt]attr1 > 9 OR attr2 > 18 OR attr3 < 5[/tt].
Can these "outliers" be filtered with one operator? How?
Thanks!
while this might be a simple question, I have to ask, what is the best way to filter a dataset based on a subset of attribute values?
For example: let's say that I have a dataset with 3 attributes
[tt]
attr1 range: [1,10]
attr2 range: [1,20]
attr3 range: [1,30]
[/tt]
and that I want to filter out those examples that have either
[tt]attr1 > 9 OR attr2 > 18 OR attr3 < 5[/tt].
Can these "outliers" be filtered with one operator? How?
Thanks!
Tagged:
0
Answers
Good weekend!
well if anybody finds a better description of what it does: Just edit it on the wiki...I'm very open to all literary valuable phrases that still help to understand what an operator does
Greetings,
Sebastian