This function summarize tsne analysis results on centrality measures
summary_tsne_centralities(x, dims = 2, perplexity = 5, scale = TRUE)
a list containg the computed cetrality values
integer; number of the outpu dimensions(default=2)
numeric; A flexible measure of the efficient number of neighbors. The performance of SNE is fairly robust to changes in the perplexity, and typical values are between 5 and 50.(default=5)
Whether the centrality values should be scaled or not(default=TRUE)
It resturns a list containing below values:
Y Matrix containing the new representations for the objects
costs The cost for every object after the final iteration