🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How can I calculate the difference between two consecutive values in an attribut

User: "blatoo"
New Altair Community Member
Updated by Jocelyn
Hi RapidMiner Team,

I want to calculate the difference between two consecutive values in an attribute, but I do not which operator I can use.

For example: my dataset idspeed115218320430
I want to calculate the difference between two consecutive speed and generate a new attributes names "difference". idspeeddifference115n.a.2183320243010
How can I do this?

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Andrew2"
    New Altair Community Member
    Hello

    The "Lag Series" operator is the one to use - this is part of the Series extension so you need to install this additionally.

    regards

    Andrew
    User: "blatoo"
    New Altair Community Member
    OP
    Hi Andrew,

    thanks very much!!! It works!!! ;)