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
/
PivotMDS.d.ts
4 lines
(3 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
export
declare
class
PivotMDS
{
static
project
:
(
featureVectors
:
number
[][],
K
:
number
,
D
:
number
) =>
number
[][] |
null
; }