@bsull/augurs
Version:
JavaScript bindings for the augurs time series library.
23 lines (22 loc) • 1.4 kB
TypeScript
/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const __wbg_outlierdetector_free: (a: number, b: number) => void;
export const outlierdetector_new: (a: any, b: any) => [number, number, number];
export const outlierdetector_dbscan: (a: any) => [number, number, number];
export const outlierdetector_mad: (a: any) => [number, number, number];
export const outlierdetector_detect: (a: number, b: any) => [number, number, number];
export const outlierdetector_preprocess: (a: number, b: any) => [number, number, number];
export const __wbg_loadedoutlierdetector_free: (a: number, b: number) => void;
export const loadedoutlierdetector_detect: (a: number) => [number, number, number];
export const loadedoutlierdetector_updateDetector: (a: number, b: any) => [number, number];
export const initLogging: (a: number) => [number, number];
export const custom_init: () => void;
export const __wbindgen_malloc: (a: number, b: number) => number;
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
export const __wbindgen_exn_store: (a: number) => void;
export const __externref_table_alloc: () => number;
export const __wbindgen_export_4: WebAssembly.Table;
export const __wbindgen_free: (a: number, b: number, c: number) => void;
export const __externref_table_dealloc: (a: number) => void;
export const __wbindgen_start: () => void;