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] how to generate constant attribute that is function of example set
tennenrishin
Member Posts: 177 Contributor II
Is there a way to generate a constant attribute that is, for example, the median of some other attribute in the entire example set? For example, with input example set
1
2
3
4
5
generate median attribute to obtain
1, 3
2, 3
3, 3
4, 3
5, 3
Thanks
Isak
1
2
3
4
5
generate median attribute to obtain
1, 3
2, 3
3, 3
4, 3
5, 3
Thanks
Isak
0
Answers
Here's an example regards
Andrew
Summary: use Extract Macro operator, and generate new attribute using extracted macro.