UNPKG

heatmap-cluster

Version:
6 lines (5 loc) 198 B
import Metric from "./Metric"; export default class PearsonCorrelationMetric implements Metric { getDistance(matrix: number[][]): number[][]; private getPearsonCorrelationBetween2Samples; }