Description Usage Arguments Value
View source: R/online_filter.R
Create a GNGD (Generalized Normalized Gradient Descent) filter object
1 | new_filter_GNGD(width, mu = 0.1, eps = 1, rho = 0.1)
|
width |
width of the filter |
mu |
learning factor |
eps |
a positive epsilon to make small norm numeric stable |
rho |
gradient descend factor for adaptive eps |
a GNGD filter object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.