UNPKG

hdsp2

Version:

High-Dimensional Space Projections

11 lines 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Edge = (function () { function Edge(target, weight) { this.target = target; this.weight = weight; } return Edge; }()); exports.default = Edge; //# sourceMappingURL=Edge.js.map