tSNE
Namespace: tSNE
Visualizing Data using t-SNE (paper implementation) (paper: http://www.jmlr.org/papers/volume9/vandermaaten08a/vandermaaten08a.pdf)
Functions and values
Function or value | Description |
readCsv p
Signature: p:string -> string [] * (type) * int
|
reads csv-file and returns ground truth and data matrices |
Run csv title o
Signature: csv:string -> title:string -> o:string -> unit
|
parses input data and runs tSNE algorithm |