mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-16 16:05:52 +00:00
fix format
This commit is contained in:
@@ -28,7 +28,6 @@ namespace mdlp
|
||||
{
|
||||
if (count > 0)
|
||||
{
|
||||
|
||||
float p = (float)count / nElements;
|
||||
entropy -= p * log2(p);
|
||||
}
|
||||
|
Reference in New Issue
Block a user