siafun
Version:
A collection of structure induction algorithms
14 lines (13 loc) • 447 B
TypeScript
import { GdOptions } from './config';
export declare function getAllSWEvals(song: string, points: any[][][], options: GdOptions, msaFile: string, numConns: number, maskThreshold: number): Promise<{
originalGround: number;
originalSeq: number;
tlModesGround: number;
tlModesSeq: number;
tlGraphGround: number;
tlGraphSeq: number;
msaGround: number;
msaSeq: number;
graphGround: number;
graphSeq: number;
}>;