Is there any way to implemet Savitzky-Golay-Filter in Rapidminer for smooting a signal

MohammedHasan_G
MohammedHasan_G New Altair Community Member
edited November 2024 in Community Q&A
I would like to smooth a signal using 

Savitzky-Golay-Filter. In python it is just single line code. Like that 

scipy.signal.savgol_filter

.Is there any way to implement it in rapidminer or is ist available in Rapidminer. As we are not allowed to use python during IT infrastructure problems, therefore I wonder is it already implemented in Rapidminer ? or not?

Best Answer

Answers

  • MohammedHasan_G
    MohammedHasan_G New Altair Community Member
    Actually I am not so familiar with Java. So I am not sure. As I already told I am aware about only python.