fixed some bugs in jensen shannon and kullback leibler
This commit is contained in:
@@ -56,8 +56,8 @@ namespace Divergence {
|
||||
|
||||
// calc PQratio
|
||||
if(Q[i] == 0.0){
|
||||
Assert::doThrow("Division by zero is not allowed ;).");
|
||||
//PQratio = P[i] / 0.00001;
|
||||
//Assert::doThrow("Division by zero is not allowed ;).");
|
||||
PQratio = P[i] / 0.00001;
|
||||
} else {
|
||||
PQratio = P[i] / Q[i];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user