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.d.ts
6 lines
(5 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
6
export
default
class
Edge
{
target
:
number
;
weight
:
number
;
constructor
(
target
:
number
,
weight
:
number
); }