export interface TSNEResult {
    embedding: number[][];
}
