UNPKG
hdsp2
Version:
latest (2.0.1)
2.0.1
0.0.32
0.0.31
0.0.30
0.0.29
0.0.28
High-Dimensional Space Projections
github.com/IBM/projections
IBM/projections
hdsp2
/
dist
/
Edge.js
11 lines
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"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