Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
I have one question here. May you help me. Tq
Jordan_Teoh
Member Posts: 4 Learner I
in Help
To those who may concern,
May I know why both the "distance" and 'time taken" have been set to REAL and INTEGER respectively? Were there any considerations that was taken by machine learning to assign these two parameter separately?
Regards,
Jordan
May I know why both the "distance" and 'time taken" have been set to REAL and INTEGER respectively? Were there any considerations that was taken by machine learning to assign these two parameter separately?
Regards,
Jordan
0
Answers
If you imported the data from a file, RapidMiner usually "guesses" the type of the data. This depends on the values present in the file and most of the time it works well. You are always free to change this during the import process or in the parameters of e.g. the Read CSV operator. Also have a look at the Attribute Blending Operators, such as "Numerical to Real" or "Real to Integer" to change the type of attributes explicitly.