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
Logarithmize attributes
chaosbringer
Member Posts: 21 Contributor II
Hi,
the subject says it all. Is there an easy way to logarithmize attributes within rapid miner?
Thank you
the subject says it all. Is there an easy way to logarithmize attributes within rapid miner?
Thank you
0
Answers
this should be easily possible where expressions are supported. The handling of attribute values is not the same for all operators (which sometimes is a bit irritating). The operator "Generate Attributes" uses an expression interpreter and also offers logarithmic functions. You could read the value that shall be logarithmized as macro (Extract Macro) and then create a new attribute (Generate Attributes) with a value like log(%{macro_value}).
From the operator description:
The following log and exponential functions are supported:
Natural Logarithm: ln(x)
Logarithm Base 10: log(x)
Logarithm Dualis (Base 2): ld(x)
Exponential (e^x): exp(x)
Power: pow(x,y)
Regards,
Matthias
thank you. Worked perfectly. Actually, you don't really need to extract anything. It is sufficient to do this only with the generate attributes operator.