Write Value (Same Attribute) from Example2 to Example1
Hi again!
I now managed to sort my stuff with the help of you. I also managed to do my own sorting process with 4 lvls. Thanks again!
But i would need help for something else. I think for you guys it's pretty easy but i can't figure it ou. I need to manage to get the Value of an example to a another example. The Value that i need in the first row, is in the second one. The value for the 3rd one, is writen in the 4th. And so on. Like this:
ID SummLike
1 ?
2 25
3 ?
4 13
And it should look like this:
ID SummLike
1 25
2 0
3 13
4 0
Thanks and regards
Mike
Best Answer
-
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
Dear Mike,
please have a look at the Lag Operator in series extension. This is able to shift a rows horizontally.
Best,
Martin
- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany1
Answers
Sorry for the late reply! This can fix it! But is there also a possibility to move it 1 up? if i gonna use it, it put's everything one row down.
Thanks and kinde regards
Mike
Hi,
easy fix - use Sort and Sort it the other way around. Other way: One might be able to add -1 as lag which adds a +1. I've not tried it though.
Cheers,
Martin
Dortmund, Germany