get_coordinates_tsne: Compute 2D coordinates using T-SNE
Description
Better results but slow.
Usage
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)