Research Article

A Data Mining Approach for Visual and Analytical Identification of Neurorehabilitation Ranges in Traumatic Brain Injury Cognitive Rehabilitation

Algorithm 4

checkFilled   function (, , , , TOLERANCE) {
tol 0;
for ( in ){
        for ( in ){
                if (, == 0){
        tol tol + 1;
                  if (tol > TOLERANCE) {return (FALSE)
              }
}
return (TRUE)
}