calcPvals: Calculate t-SNE p-values based on a distance matrix
Description
Calculate t-SNE p-values based on a distance matrix
Usage
calcPvals(D, perplexity = 30)
Arguments
D
numeric matrix, distance matrix
perplexity
numeric of length 1, t-SNE perplexity
Value
numeric matrix of p-values based on the given perplexity
Details
Not exported; exists for testing C code.