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
Merging data sets
Let me outline the problem I am working with. I have three different data aquisition systems that record various things. Each one is logged at different timesteps throughout the day. I would like to pull them into rapidminer individually and merge them into one dataset. the problem I run into is that with the different spacing on the timestamp and different start times of each file. What I want to do is take the higher speed data and average it over the timestep of the slowest speed data, and match the timesteps (or as close as possible) and then merge the three different sets of data into one. I've been doing it outside of rapidminer in excel but I would prefer to do that in rapidminer and cut excel out of the process entirely..
any help is appreciated
thanks
Greg
any help is appreciated
thanks
Greg
Tagged:
0
Answers
for merging by timestamps you could use the Join Operator. If you uncheck the use id attributes as key box you can set the timestamp attribute as key. This will merge all examples where the timestamps are the same, discarding the rest.
I hope this helps you with your problem.
Best regards,
David