diff --git a/fimdlp/Metrics.cpp b/fimdlp/Metrics.cpp index 85c418d..96d5596 100644 --- a/fimdlp/Metrics.cpp +++ b/fimdlp/Metrics.cpp @@ -28,7 +28,6 @@ namespace mdlp { if (count > 0) { - float p = (float)count / nElements; entropy -= p * log2(p); }