peaks-similarity
Version:
Peaks similarity - calculate the similarity between 2 ordered arrays of peaks
9 lines • 325 B
TypeScript
/**
* This code requires the use of an array like [[x1,y1],[x2,y2], ...]
* If it is not the right format, we will just convert it
* Otherwise we return the correct format
* @param {Peaks} peaks
* @returns [number[], number[]]
*/
export function checkPeaks(peaks: Peaks): any[];
//# sourceMappingURL=checkPeaks.d.ts.map