SYMBOL INDEX (12 symbols across 2 files) FILE: datasets.py function load_mnist (line 9) | def load_mnist(): function load_mnist_test (line 18) | def load_mnist_test(): function load_fashion (line 27) | def load_fashion(): function load_har (line 38) | def load_har(): function load_usps (line 55) | def load_usps(data_path='data/usps'): function load_pendigits (line 76) | def load_pendigits(data_path='data/pendigits'): FILE: n2d.py function eval_other_methods (line 54) | def eval_other_methods(x, y, names=None): function cluster_manifold_in_embedding (line 182) | def cluster_manifold_in_embedding(hl, y, label_names=None): function best_cluster_fit (line 254) | def best_cluster_fit(y_true, y_pred): function cluster_acc (line 270) | def cluster_acc(y_true, y_pred): function plot (line 275) | def plot(x, y, plot_id, names=None): function autoencoder (line 299) | def autoencoder(dims, act='relu'):