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
Сross table
what i can cross table data in RapidMiner 5. For Example:
Original Table:
date | volume
01.01.2010 | 1
01.01.2010 | 1
01.01.2010 | 1
02.01.2010 | 2
02.01.2010 | 2
Postprocessing table:
date | volume
01.01.2010 | 3
02.01.2010 | 4
which operator to use?
Original Table:
date | volume
01.01.2010 | 1
01.01.2010 | 1
01.01.2010 | 1
02.01.2010 | 2
02.01.2010 | 2
Postprocessing table:
date | volume
01.01.2010 | 3
02.01.2010 | 4
which operator to use?
0
Answers
there is a process on myExperiment showing how you can do that. Just install the Community Extension (in the Help menu --> "Update RapidMiner...") and activate the myExperiment Browser. Search for the process:
"Cross tabulation via aggregation and pivoting"
and download it. It will show you how you can calculate a cross table (contingency table) with RapidMiner.
More information about the Community Extension can be found in our latest blog entry at
http://rapid-i.com/component/option,com_myblog/show,50-Processes-on-myExperiment.html/Itemid,172/
Cheers,
Ingo