ScalableCytometryImageProcessing / SCIP

Scalable Cytometry Image Processing (SCIP) is an open-source tool that implements an image processing pipeline on top of Dask, a distributed computing framework written in Python. SCIP performs projection, illumination correction, image segmentation and masking, and feature extraction.
https://scalable-cytometry-image-processing.readthedocs.io/en/latest/
GNU General Public License v3.0
7 stars 0 forks source link

Implement principal feature analysis #13

Open MaximLippeveld opened 3 years ago

MaximLippeveld commented 3 years ago

Principal feature analysis is a method for selecting the features which describe most variance in a dataset. It is based on PCA.

Blog post explaining PFA: https://biapol.github.io/blog/ryan_savill/principal_feature_analysis/ PFA paper: http://venom.cs.utsa.edu/dmz/techrep/2007/CS-TR-2007-011.pdf