Closed alexander-jackson closed 4 years ago
Fix a division by zero error in VInfoLoss. This would occur when only one tuple had been inserted into the algorithm, meaning that the global ranges would have the same minimum and maximum value. Instead, simply return 0 in this case.
Fix a division by zero error in VInfoLoss. This would occur when only one tuple had been inserted into the algorithm, meaning that the global ranges would have the same minimum and maximum value. Instead, simply return 0 in this case.