File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,6 @@ Savitzky-Golay parameters. windowSize should be odd; polynomial is the degree of
4343
4444Factor to multiply the calculated height (usually 2).
4545
46- #### boundaries=false
47-
48- Return also the inflection points of the peaks
49-
5046#### derivativeThreshold=0
5147
5248Filters based on the amplitude of the first derivative
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import SG from 'ml-savitzky-golay-generalized';
1717 * @param {boolean } [options.realTopDetection = false] - Use a quadratic optimizations with the peak and its 3 closest neighbors
1818 * to determine the true x,y values of the peak?
1919 * @param {number } [options.heightFactor = 0] - Factor to multiply the calculated height (usually 2)
20- * @param {boolean } [options.boundaries = false] - Return also the inflection points of the peaks
2120 * @param {number } [options.derivativeThreshold = -1] - Filters based on the amplitude of the first derivative
2221 * @return {Array<object> }
2322 */
You can’t perform that action at this time.
0 commit comments