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
It's return is "-1f / total * entropySum + Mathf.Log(total);"
What does this mean? Normalization?
The final effect will be better if just use "-1f * entropySum" or "entropySum", the result generated by normalized version is too flat in height
The text was updated successfully, but these errors were encountered:
So ModulePrototype.Probability is relative probability or weight.
However, the entropy value is dominated by the size of p (ModuleSet.Count), those entropies should have been normalized before compare.
It's return is "-1f / total * entropySum + Mathf.Log(total);"
What does this mean? Normalization?
The final effect will be better if just use "-1f * entropySum" or "entropySum", the result generated by normalized version is too flat in height
The text was updated successfully, but these errors were encountered: