Tapkee
|
This is the complete list of members for TSNE, including all inherited members.
computeExactGradient(ScalarType *P, ScalarType *Y, int N, int D, ScalarType *dC) | TSNE | private |
computeGaussianPerplexity(ScalarType *X, int N, int D, ScalarType *P, ScalarType perplexity) | TSNE | private |
computeGaussianPerplexity(ScalarType *X, int N, int D, int **_row_P, int **_col_P, ScalarType **_val_P, ScalarType perplexity, int K) | TSNE | private |
computeGaussianPerplexity(ScalarType *X, int N, int D, int **_row_P, int **_col_P, ScalarType **_val_P, ScalarType perplexity, ScalarType threshold) | TSNE | private |
computeGradient(ScalarType *, int *inp_row_P, int *inp_col_P, ScalarType *inp_val_P, ScalarType *Y, int N, int D, ScalarType *dC, ScalarType theta) | TSNE | private |
computeSquaredEuclideanDistance(ScalarType *X, int N, int D, ScalarType *DD) | TSNE | private |
evaluateError(ScalarType *P, ScalarType *Y, int N) | TSNE | private |
evaluateError(int *row_P, int *col_P, ScalarType *val_P, ScalarType *Y, int N, ScalarType theta) | TSNE | private |
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) | TSNE | private |