From a141a450a6568901fa49c873c73a2d3b3704b8fd Mon Sep 17 00:00:00 2001 From: Angelos Chatzimparmpas Date: Tue, 28 May 2019 12:58:17 +0200 Subject: [PATCH] your message goes here --- js/tsne_vis.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/tsne_vis.js b/js/tsne_vis.js index 7f07845..2a1cef0 100755 --- a/js/tsne_vis.js +++ b/js/tsne_vis.js @@ -1744,8 +1744,8 @@ function CalculateCorrel(flagForSchema){ // Calculate the correlation is a funct if (isNaN(pearsonCorrelation(tempData, 0, 1))) { } else{ SignStore.push([temp, pearsonCorrelation(tempData, 0, 1)]); // Keep the sign - correlationResults.push([Object.keys(dataFeatures[0])[temp], Math.abs(pearsonCorrelation(tempData, 0, 1)),temp]); // Find the pearson correlations - //correlationResults.push([Object.keys(dataFeatures[0])[temp] + " (" + temp + ")", Math.pow(pearsonCorrelation(tempData, 0, 1),2),temp]); // Find the pearson correlations (MAYBE!) + //correlationResults.push([Object.keys(dataFeatures[0])[temp], Math.abs(pearsonCorrelation(tempData, 0, 1)),temp]); // Find the pearson correlations + correlationResults.push([Object.keys(dataFeatures[0])[temp] + " (" + temp + ")", Math.pow(pearsonCorrelation(tempData, 0, 1),2),temp]); // Find the pearson correlations (MAYBE!) } } } @@ -2482,7 +2482,7 @@ if (points.length) { // If points exist (at least 1 point) color: 'black' }}, yaxis: { - title: 'n, %', + title: 'Pres., %', titlefont: { size: 12, color: 'black'