rfwtools.dim_reduction.tsne

This module is a work in progress left here for future improvement. It’s should be a light wrapper on t-SNE.

Functions

do_tsne(pc, y, perplexity[, n_iter])

do_tsne_jobs(feature_df, n_iters, perplexities)

do_tsne_work(datasource)

Performs the 'whole' job of PCA from feature extraction to plot.

plot_tsne(tsne_df, ax, perplexity, step_size)

plot_tsne_results(results, perplexities, ...)