UNPKG
entropyx
Version:
latest (0.0.6)
0.0.6
A simple data mining library, written in TypeScript
github.com/ArioAtlas/entropyx
ArioAtlas/entropyx
entropyx
/
dist
/
interfaces
/
tsne-result.interface.d.ts
4 lines
(3 loc)
•
59 B
TypeScript
View Raw
1
2
3
4
export
interface
TSNEResult
{
embedding
:
number
[][]; }