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
/
Scaling.d.ts
4 lines
(3 loc)
•
90 B
TypeScript
View Raw
1
2
3
4
export
declare
class
Scaling
{
static
normalize
:
(
coordinates
:
number
[][]
) =>
void
; }