discrete attribute that indicates the age
Best Answers
-
BalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955
Unicorn
Hi!
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