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