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] Create a new attribute
Hello,
is it possible to create a new attribute based on attribute values of different example set lines?
Example: my example set has 1 attribute (att1), now I'd like to create a new attribute (att2) as follows:
att2(1) = att1(1) + att1(2)
att2(2) = att1(2) + att1(3)
att2(3) = att1(3) + att1(4)
...
The basic question is how to access and combine different values of the same attribute.
Cheers Q-Dog
is it possible to create a new attribute based on attribute values of different example set lines?
Example: my example set has 1 attribute (att1), now I'd like to create a new attribute (att2) as follows:
att2(1) = att1(1) + att1(2)
att2(2) = att1(2) + att1(3)
att2(3) = att1(3) + att1(4)
...
The basic question is how to access and combine different values of the same attribute.
Cheers Q-Dog
0
Answers