@antv/algorithm
Version:
graph algorithm
11 lines (10 loc) • 315 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DistanceType = void 0;
var DistanceType;
exports.DistanceType = DistanceType;
(function (DistanceType) {
DistanceType["EuclideanDistance"] = "euclideanDistance";
})(DistanceType || (exports.DistanceType = DistanceType = {}));