You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catch error in entropy calculation.
The `Entropy` property in the Accord `EmpiricalDistribution` class
can throw an InvalidOperationException. This changes catches the
error and returns null instead.