DIFFERENTIATE Operator

KPLKPL RapidMiner Certified Analyst, Member Posts: 9 Contributor II
edited November 2018 in Help
Hello,

I am trying to filter transients out of a numerical dataset depicting a ship’s operation. Keying off of a SPEED attribute, I used a DIFFERENTIATE operator to determine the change between SPEED(t) and SPEED(t-1) sequential records in the dataset. DIFFERENTIATE created an attribute with the name change(SPEED) with the SPEED difference between adjacent rows. Now I want to filter out records above a threshold, but the attribute name “change(SPEED)” triggers an error. Any suggestions on how I can filter this attribute created by DIFFERENTIATE?

Thanks, KPL.

Answers

  • awchisholmawchisholm RapidMiner Certified Expert, Member Posts: 458 Unicorn
    Hello

    I can't be sure because I can't see your process but It might be because your attribute name contains brackets and this is confusing the filter examples operator. Try renaming it to something like change_speed.

    regards

    Andrew
  • KPLKPL RapidMiner Certified Analyst, Member Posts: 9 Contributor II
    Thanks, Andrew. I'll give it a try.
Sign In or Register to comment.