API Reference
fastlowess-wasm / StreamingLowess
Class: StreamingLowess
Section titled “Class: StreamingLowess”Defined in: fastlowess_wasm.d.ts:77
Streaming LOWESS smoother for large datasets.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new StreamingLowess(
options?,streamingOpts?):StreamingLowess
Defined in: fastlowess_wasm.d.ts:79
Parameters
Section titled “Parameters”options?
Section titled “options?”streamingOpts?
Section titled “streamingOpts?”Returns
Section titled “Returns”StreamingLowess
Methods
Section titled “Methods”finalize()
Section titled “finalize()”finalize():
LowessResult
Defined in: fastlowess_wasm.d.ts:83
Finalize the stream and return remaining data.
Returns
Section titled “Returns”free()
Section titled “free()”free():
void
Defined in: fastlowess_wasm.d.ts:78
Returns
Section titled “Returns”void
process_chunk()
Section titled “process_chunk()”process_chunk(
x,y):LowessResult
Defined in: fastlowess_wasm.d.ts:81
Process a chunk of data.
Parameters
Section titled “Parameters”Float64Array
Float64Array