# namespace Microsoft.VisualBasic.Math.Matrix export class DistanceMatrix extends DataMatrix { is_dist: boolean; keys: string; size: integer; }