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
Loom and a previous version of TreeCat implemented a .correlation() method to compute the feature-feature correlation based on mutual information. These could be implemented in ServerBase by using the vectorized .sample() and .logprob() abstract methods (so that .correlation() would work for both TreeCatServers and EnsembleServers).
The text was updated successfully, but these errors were encountered:
Loom and a previous version of TreeCat implemented a
.correlation()
method to compute the feature-feature correlation based on mutual information. These could be implemented inServerBase
by using the vectorized.sample()
and.logprob()
abstract methods (so that.correlation()
would work for bothTreeCatServer
s andEnsembleServer
s).The text was updated successfully, but these errors were encountered: