Skip to content
Snippets Groups Projects
Commit 261529c2 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH : forget - in entropy formula

parent bb1ade54
Branches
Tags
No related merge requests found
......@@ -199,8 +199,10 @@ public:
out += (p * vcl_log(p));
}
}
return out;
if (out != 0.)
out = -(out);
return out;
/*
IntVectorVectorType binsLength = this->StatComputation(it, itOff);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment