UNPKG

ml-gsd

Version:
12 lines 349 B
import type { NumberArray } from 'cheminfo-types'; import type { GSDPeakID } from '../gsd.ts'; export declare function autoAlgorithm(input: { x: NumberArray; y: NumberArray; yData: NumberArray; dY: NumberArray; ddY: NumberArray; yThreshold: number; dX: number; }): GSDPeakID[]; //# sourceMappingURL=autoAlgorithm.d.ts.map