bbenno / visualize-dimension-reduction

Demo for visualization of multi-dimensional vectors using dimension reduction.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualize Dimension Reduction

Demo for visualization of mulit-dimensional vectors using dimension reduction.

The input should be provided in tow files:

data.tsv

contains multi-dimensional vectors; one vector per line whose elements are seperated by one tab (\t) each.

label.tsv

contains labels for vectors; one label per line.

The labels and vectors are mapped line-to-line.

Tip

Further information for the import of data from CSV or TSV files: Data Import :: Cheatsheet

Setup

  1. Restore environment

    renv::restore()
  2. Define filenames of data an label TSV files.

About

Demo for visualization of multi-dimensional vectors using dimension reduction.


Languages

Language:R 100.0%