API Reference
fastlowess-wasm / StreamingOptions
Interface: StreamingOptions
Section titled “Interface: StreamingOptions”Defined in: fastlowess_wasm.d.ts:49
Configuration options for streaming LOWESS.
Properties
Section titled “Properties”chunk_size?
Section titled “chunk_size?”
optionalchunk_size?:number
Defined in: fastlowess_wasm.d.ts:51
Size of each processing chunk. Default: 5000.
merge_strategy?
Section titled “merge_strategy?”
optionalmerge_strategy?:string
Defined in: fastlowess_wasm.d.ts:55
Strategy for merging chunks ("average", "weighted_average", "take_first", "take_last"). Default: "weighted_average".
overlap?
Section titled “overlap?”
optionaloverlap?:number
Defined in: fastlowess_wasm.d.ts:53
Overlap between adjacent chunks. Default: 500.