Further Analysis of 2D Classification Particles

I recently imported different particles datasets and combined all the particles for 2D classification. After the job finished, I only found the number of particles in each category classified in 2D classification. May I ask if I can find the address of each particle in each category?

If I’m correctly understanding the request “address of particles”, likely can do in particle sets tool. take subset that you started with, compare (intersection) with full result from 2D, it should give you the list from the subset with the data from the full. might need to do low-level input swap.

Hi, I have found the address of each particle in the output .cs file and solved my problem, thank you!