cytomining / cytominer

Methods for Image-Based Cell Profiling
https://cytomining.github.io/cytominer/
Other
49 stars 28 forks source link

2nd order moment profiling #63

Closed mrohban closed 7 years ago

mrohban commented 7 years ago

Replacing "mean" with the "covariance" as the summarization function in the profiling has recently shown to be advantageous. Would be nice to implement this and use random projections to make it scalable to handle high number of features efficiently.

shntnu commented 7 years ago

114 implements this - original implementation was by @mrohban in #100, which I refactored. #114 does not have random projections. I have created a separate issue for that #115