Skip to content

Classify_mpi_cl2d_v3

Adrian Quintana edited this page Dec 11, 2017 · 1 revision

!xmipp_mpi_classify_CL2D (v3.0)

Usage

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

$``: Selfile with the input images $--oroot &lt;rootclass> $`--iter &lt;N`20&gt; $`--nref0 <N`2> $ or`--ref0 <selfile`> $`--nref &lt;N`16&gt; $`--neigh <N`4> $`--minsize &lt;N`20&gt; $`--distance <type`correntropy> where <type> can be:

    • SeeCL2D paper for the definition of correntropy $: Instead of enhanced clustering $`--maxShift &lt;d`10&gt; $: By default, some images may not be classified. Use this option to classify them all.

Examples and notes

mpirun -np 3 `which xmipp_mpi_classify_CL2D` -i images.stk --nref 256 --oroot class --iter 10

User's comments

Clone this wiki locally