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
Relational Data Mining
aryan_hosseinza
Member Posts: 74 Contributor II
in Help
Hi everbody ,
I'd like to know how to apply data mining algorithms implemented in rapidminer on relational data sets ! I mean the dataset that I have is not a simple flat file , they are number of files related to each other by primary and foreign keys !
Is there any way to handle this in rapidminer ?
Thanks ,
-Arian
I'd like to know how to apply data mining algorithms implemented in rapidminer on relational data sets ! I mean the dataset that I have is not a simple flat file , they are number of files related to each other by primary and foreign keys !
Is there any way to handle this in rapidminer ?
Thanks ,
-Arian
0
Answers
That's not a problem at all. RapidMiner is a full-featured ETL tool.
Just read your files with the appropriate operators (e. g. CSV), mark the ID fields with the role ID, and use the Join operator to created joined datasets just like in a relational database.
The resulting dataset can be used with the data mining algorithms.
Regards
Balázs