Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I have numerous one dimensional vectors, $V_1,...,V_i$. Each vector is of variable size composed of natural numbers from different unknown distributions. I'd like to find a way to group/cluster values in each vector. For each value in $V_i$, I would like to assign a group label to each value or label a value as belonging to no group. Can anyone suggest an approach to group these data sets? I've tries various unsupervised clustering approaches, which all work to some degree, but the variable densities and distributions of each data vector makes the optimal parameters for one vector poorly suited to another vector.

share|improve this question
You want to label each entry in each Vector? You need to share more background information on what the vectors actually convey. Plus, as apparently you want to group vector entries this does not sound like clustering to me. What kind of clusters do you expect to find? – Anony-Mousse Jan 5 at 11:26

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.