Paper implementation of Visualisierung 2 course
tSNE -csv C:\tSNE\data.csv -o C:\tSNE\result.html -t pageTitle
tSNE -csv input_csv_file -o output_path_of_html [-t chart_title]Where the -t parameter for the chart title is optional. If no title is given the program simply unses the filename. The output path has to be an (not yet existing) html-file.
class,val1,val2 red,1,1 red,2,2 blue,3,3 blue,4,4Note: The first row contains the headers and the first header have to be "class"!