parent 439a892657
commit 4d50197314
  1. 2
      Previously_Executed_Analyses_Files/breast_cancer_perplexity(30)_iterations(500)_rate(10).txt
  2. 1
      Previously_Executed_Analyses_Files/breast_cancer_perplexity(50)_iterations(500)_rate(10).txt
  3. 2
      css/style.css
  4. 2
      js/tsne_vis.js

@ -108,7 +108,7 @@ cursor: default;
}
.right-side-cor {
margin-top: -125px;
margin-top: -120px;
}
.right-side-hist {

@ -1186,7 +1186,7 @@ function OverviewtSNE(points){ // The overview t-SNE function
}
}
}
$("#datasetDetails").html("(Number of Features: " + (Object.keys(dataFeatures[0]).length - valCategExists) + ", Number of Instances: " + final_dataset.length + ")"); // Print on the screen the number of features and instances of the data set, which is being analyzed.
$("#datasetDetails").html("(Number of Dimensions: " + (Object.keys(dataFeatures[0]).length - valCategExists) + ", Number of Instances: " + final_dataset.length + ")"); // Print on the screen the number of features and instances of the data set, which is being analyzed.
if (Category == undefined){
$("#CategoryName").html("Classification label: No category"); // Print on the screen the classification label.
} else {

Loading…
Cancel
Save