get_coordinates_tsne: Compute 2D coordinates using 'T-SNE'

Description Usage Arguments

Description

Better results but slow.

Usage

1
2
get_coordinates_tsne(vectors, max_iter = 500, perplexity = 30,
  verbose = FALSE, ...)

Arguments

vectors

matrix containing the n closest neighbor

max_iter

maximum number of epoch (for T-SNE learning)

perplexity

how to balance attention between local and global aspects of data

verbose

print debug information (for T-SNE learning)


projector documentation built on May 2, 2019, 3:42 a.m.