Homec4science

Make SpearmanRankCorrelation not static

Authored by Curtis Rueden <ctrueden@wisc.edu> on May 3 2017, 18:56.

Description

Make SpearmanRankCorrelation not static

It was keeping static references to large double arrays,
which made garbage collection impossible after colocalization.

Now it is structured the same as the other algorithms, where you
need to create an instance before executing the methods.

This change breaks backwards API compatibility, but we need to do so,
because those methods never should have been static in the first place.

Details

Committed
Curtis Rueden <ctrueden@wisc.edu>May 3 2017, 20:21
Pushed
oburriMar 8 2018, 18:06
Parents
R6269:125146324f1a: Dispose the SingleWindowDisplay window on close
Branches
Unknown
Tags
Unknown

Event Timeline

Curtis Rueden <ctrueden@wisc.edu> committed R6269:5230beb0482f: Make SpearmanRankCorrelation not static (authored by Curtis Rueden <ctrueden@wisc.edu>).May 3 2017, 20:21