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
discrete attribute that indicates the age
Best Answers
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi!
There is an operator "Nominal to Date" you can use for converting textual dates or timestamps to the proper type. Or you check out the Conversion functions in Generate Attributes. (When you open the dialog box, you have a calculator icon on the right. This opens the function browser you can use to search for functions applicable to your data processing, and read their description.)
Regards,
Balázs5
Answers
the Generate Attributes operator can help you here. It allows you to create new attributes using formulas and functions (similar to programming languages or Excel).
Check out the conversion and the date functions there.
For converting other representations into dates, or generating the comparison date (1934-08-08) you could use the date_parse or date_parse_custom functions.
For comparing dates and timestamps there is date_diff.
Regards,
Balázs