From 7c6570d2d2c707b436fa50786f6a1715e69fd15c Mon Sep 17 00:00:00 2001 From: ypnos Date: Tue, 22 Dec 2020 00:34:45 +0100 Subject: [PATCH] More untuitive dimred method naming --- src/compute/dimred.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/compute/dimred.cpp b/src/compute/dimred.cpp index fb784af..f801854 100644 --- a/src/compute/dimred.cpp +++ b/src/compute/dimred.cpp @@ -25,7 +25,7 @@ const std::vector &availableMethods() {"MDS NL2", "MDS NL2/12", "Multi-dimensional Scaling, Normalized L2"}, {"MDS EMD", "MDS EMD/12", "Multi-dimensional Scaling, EMD"}, #endif - {"tSNE", "tSNE", "t-distributed stochastic neighbor embedding, Euclidean"}, + {"tSNE", "tSNE", "t-distributed stochastic neighbor embedding"}, #ifdef EXPERIMENTAL {"tSNE 10", "tSNE 10", "t-SNE with perplexity 10"}, {"tSNE 20", "tSNE 20", "t-SNE with perplexity 20"}, @@ -35,10 +35,10 @@ const std::vector &availableMethods() {"tSNE 50", "tSNE 50", "t-SNE with perplexity 50"}, {"tSNE 60", "tSNE 60", "t-SNE with perplexity 60"}, {"tSNE 70", "tSNE 70", "t-SNE with perplexity 70"}, - {"Diffusion Map", "Diff", "Diffusion Map, Euclidean"}, + {"Diffusion Map", "Diffusion Map", "Diffusion Map"}, #ifdef EXPERIMENTAL - {"Diff. Map L1", "Diff L1", "Diffusion Map, Manhattan"}, - {"Diff. Map EMD", "Diff EMD", "Diffusion Map, EMD"}, + {"Diff. Map L1", "Diff. Map L1", "Diffusion Map, Manhattan"}, + {"Diff. Map EMD", "Diff. Map EMD", "Diffusion Map, EMD"}, #endif }; return ret; @@ -130,7 +130,7 @@ QMap> compute(QString m, const std::vector