if(typeof(value)!=='number'||value===undefined||key==="Version"){//add more limitations if needed!
if(key==="id"||key==="Version"||typeof(value)!=='number'||value===undefined){// Add more limitations if needed in both areas. This is for the calculations so it needs more limitations!
deleteel[key];
}else{
el[counter]=el[key];
@ -167,7 +167,18 @@ function parseData(url) {
dynamicTyping:true,
skipEmptyLines:true,
complete:function(data){
doStuff(data.data);
doStuff(data.data.filter(function(el){
varcounter=0;
for(keyinel){
if(el.hasOwnProperty(key)){
varvalue=el[key];
if(key==="id"){// Add more limitations if needed in both areas.
deleteel[key];
}
}
}
returnel;
}));
}
});
functiondoStuff(results_all){
@ -477,7 +488,6 @@ function init(data, results_all, fields) {
// Enable again the lasso interaction.
lassoEnable();
// Empty all the Schema Investigation arrays.
Arrayx=[];
Arrayy=[];
@ -550,7 +560,6 @@ function init(data, results_all, fields) {
@ -1489,7 +1498,6 @@ function CalculateCorrel(){ // Calculate the correlation is a function which has
}
ArrayContainsDataFeaturesCleared=mapOrder(ArrayContainsDataFeaturesCleared,Order,ArrayContainsDataFeaturesCleared[0].length-1);// Order the features according to the order.