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
In this case cutoff is a local variable for the function, so I do want to make it clear that it's a different variable. But correlationCutoff is also not being used, which isn't great. At some point I switched from correlation to pointwise mutual information, which has a different scale. The default cutoff is -100.0, which is hard-coded when the function is actually executed.
var correlationCutoff = 0.25;
Should the parameter "cutoff" in the function getCorrelationGraph actually be "correlationCuttoff"?
"function var getCorrelationGraph = function(correlationMatrix, cutoff)"
The text was updated successfully, but these errors were encountered: