From 696c490817748d6805e5f40162e9e7f9e3ce3e9c Mon Sep 17 00:00:00 2001 From: Angelos Chatzimparmpas Date: Sat, 9 Mar 2019 18:51:57 +0100 Subject: [PATCH] fixed cost limiter Former-commit-id: e891b9ae795b23d87a4405b7520a48cc0db1a9c6 --- js/tsne_vis.js | 65 -------------------------------------------------- 1 file changed, 65 deletions(-) diff --git a/js/tsne_vis.js b/js/tsne_vis.js index 134da50..0fe7e4c 100755 --- a/js/tsne_vis.js +++ b/js/tsne_vis.js @@ -2505,68 +2505,6 @@ if (points.length) { // If points exist (at least 1 point) emptyPCP(); var parcoords = d3v3.parcoords()("#PCP"); // Remove or add that if you want to achieve a different effect when you have less than 10 points. - /* - if(selectedPoints.length <= 10 && coun > 0){ // If points > 10 then do not draw! If points = 0 then do not draw! - - var wrapData = []; - var IDS = []; - for (var i=0; i