fix format

This commit is contained in:
2022-12-01 01:39:33 +01:00
parent edb1cb8524
commit 267e0073e4

View File

@@ -28,7 +28,6 @@ namespace mdlp
{
if (count > 0)
{
float p = (float)count / nElements;
entropy -= p * log2(p);
}