Savitzky Golay Filter Java implementation there is a difference from python #63
Replies: 3 comments 1 reply
-
The interp mode has been implemented and will be available from version 3.0.0. Currently available in the master branch - use JitPack to use the latest build. To use the
|
Beta Was this translation helpful? Give feedback.
-
Exactly ! I think using Savgol is the best compatible with our current version. Thank you for your support again ! Keep in touch! |
Beta Was this translation helpful? Give feedback.
-
v3.0.0 now supports |
Beta Was this translation helpful? Give feedback.
-
When we use Savitzky Golay Filte to smooth data, we found that the result after Java processing is inconsistent with Python. Inconsistent intervals appear at the edges,so we checked the source code of both。When the mode selects constant, python does edge processing on the data, but Java does not.
Excuse me, will the code be updated in the future to keep it consistent?
Beta Was this translation helpful? Give feedback.
All reactions