From: shah baba on 16 Jan 2010 17:25 hi, i have a vector containing n elements. Mean and std of data is unknown. I want 2 segment data on basis of clustering. e.g, h=[0 97.9501 97.2311 97.6068 97.4860 97.8913 112.0000]; [n,]=histc(h,[min(h):1:max(h)]) %%%% assuming std 1 i got 5 elements which are grouped together. How can I have cluster my data on basis of bin. I need to define confidence inetrval also. regards, shah
|
Pages: 1 Prev: compare two cells not minding the order Next: Tree data structure in MatLab |