get_coordinates: Compute 2D coordinates of vectors
Description
Transform original vectors in 2D coordinates applying either:
Usage
get_coordinates(vectors, projection_type, ...)
Arguments
vectors
matrix containing the n closest neighbor
projection_type
character defining the algorithm to use to compute the coordinates. (tsne or pca)
...
parameters passed to projection algorithm (max_iter, perplexity, verbose, transformations)