Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TSNE Member List

This is the complete list of members for TSNE, including all inherited members.

computeExactGradient(ScalarType *P, ScalarType *Y, int N, int D, ScalarType *dC)TSNEprivate
computeGaussianPerplexity(ScalarType *X, int N, int D, ScalarType *P, ScalarType perplexity)TSNEprivate
computeGaussianPerplexity(ScalarType *X, int N, int D, int **_row_P, int **_col_P, ScalarType **_val_P, ScalarType perplexity, int K)TSNEprivate
computeGaussianPerplexity(ScalarType *X, int N, int D, int **_row_P, int **_col_P, ScalarType **_val_P, ScalarType perplexity, ScalarType threshold)TSNEprivate
computeGradient(ScalarType *, int *inp_row_P, int *inp_col_P, ScalarType *inp_val_P, ScalarType *Y, int N, int D, ScalarType *dC, ScalarType theta)TSNEprivate
computeSquaredEuclideanDistance(ScalarType *X, int N, int D, ScalarType *DD)TSNEprivate
evaluateError(ScalarType *P, ScalarType *Y, int N)TSNEprivate
evaluateError(int *row_P, int *col_P, ScalarType *val_P, ScalarType *Y, int N, ScalarType theta)TSNEprivate
run(tapkee::DenseMatrix &X, int N, int D, ScalarType *Y, int no_dims, ScalarType perplexity, ScalarType theta)TSNE
symmetrizeMatrix(int **_row_P, int **_col_P, ScalarType **_val_P, int N)TSNE
zeroMean(ScalarType *X, int N, int D)TSNEprivate