API Reference
fastlowess-wasm / OnlineOptions
Interface: OnlineOptions
Section titled “Interface: OnlineOptions”Defined in: fastlowess_wasm.d.ts:59
Configuration options for online LOWESS.
Properties
Section titled “Properties”min_points?
Section titled “min_points?”
optionalmin_points?:number
Defined in: fastlowess_wasm.d.ts:63
Minimum points required before smoothing starts. Default: 2.
update_mode?
Section titled “update_mode?”
optionalupdate_mode?:string
Defined in: fastlowess_wasm.d.ts:65
Update strategy (“full” or “incremental”). Default: “full”.
window_capacity?
Section titled “window_capacity?”
optionalwindow_capacity?:number
Defined in: fastlowess_wasm.d.ts:61
Maximum number of points to retain in the sliding window. Default: 100.