I wanna use JDSP tools for data noise reduction, is it supported ? #48
Unanswered
lixiuming1991
asked this question in
Q&A
Replies: 2 comments
-
I am assuming you are referring to Local Outlier Factor algorithm. Currently JDSP does not support LOF algorithm. However, as far as I am this is not a signal processing tool in particular. Can you elaborate how you imagine being able to use this in the context of signal processing? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello Paul:
First of all, thank you so much for your contribution to such a handy
toolkit "JDSP". At present, we mainly use it for peak processing of
daily requests (QPS) and find the daily peak period. We mainly use the
'find_peak' function. But, our QPS from datasource often has noise, so we
must deal with it. LOF algorithm does deal with noise, but if JDSP package
can support tools, our project doesn't have to rely on other toolkits
anymore.
[image: image.png]
…On Sat, Oct 15, 2022 at 11:16 PM Sambit Paul ***@***.***> wrote:
I am assuming you are referring to Local Outlier Factor algorithm.
Currently JDSP does not support LOF algorithm. However, as far as I am this
is not a signal processing tool in particular. Can you elaborate how you
imagine being able to use this in the context of signal processing?
—
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDOYCQKFOMRK2GAJIFLNELWDLDF5ANCNFSM6AAAAAARDA3JJI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanna use JDSP tools for data noise reduction, which is likely LOF algorithm,is it supported ?
Beta Was this translation helpful? Give feedback.
All reactions