-
Notifications
You must be signed in to change notification settings - Fork 1
Classify_mpi_cl2d_v3
Divide a selfile into the desired number of classes. Vector quantization with correntropy and a probabilistic criterion is used for creating the subdivisions. Correlation and the standard maximum correlation criterion can also be used and normally produce good results. Correntropy and the probabilistic clustering criterion are recommended for images with very low SNR or cases in which the correlation have clear difficulties to converge.
The algorithm is fully described in this article.
An interesting convergence criterion is the number of images changing classes between iterations. If a low percentage of the image change class, then the clustering is rather stable and clear. If many images change class, it is likely that there is not enough SNR to determine so many classes. It is recommended to reduce the number of classes
See also Mpi_image_sort_v3
Parameters
--oroot <root
class>
-
- SeeCL2D paper for the definition of correntropy $
: Instead of enhanced clustering $`--maxShift <d`10> $
: By default, some images may not be classified. Use this option to classify them all.
mpirun -np 3 `which xmipp_mpi_classify_CL2D` -i images.stk --nref 256 --oroot class --iter 10