Hi all, has anybody done any work on 1D clustering or segmentation of features based on an attribute?
ie if you had the following attribute values 1,1,3,4,4,4,6,7,8,8 and wanted to divide them into 4 groups there are several algorithms:
equal interval: 1,1],13,4,4,4],46],67,8,8]
quantiles: e1,1,3],,4,4,4],,6,7],,8,8]
jenks optimization: i1,1],13,4,4,4],46,7],68,8]
etc.
I'm particularly interested in jenks optimization or kernel density estimation