Sir, Please give me an example showing how to cluster the below data using Agglomerative Clustering by finding Manhattan distance.If possible could you please send me the program code (or algorithm)in java to cluster the below data using average Agglomerative method..Or is their any free tool available to cluster this data using Average Agglomerative method..Please send me the method to use it....Below shown is the structure of my dataset.........
@relation hykgene-weka.filters.unsupervised.attribute.Discretize-B3-M-1.0-Rfirst-last
@attribute ATTRIBUTE1367551 {0_2046,2047_2563,2564_max} @attribute ATTRIBUTE1367552 {0_97,98_165,166_max} @attribute ATTRIBUTE1367553 {0_15031,15032_16795,16796_max} @attribute ATTRIBUTE1367554 {0_780,781_1540,1541_max} @attribute ATTRIBUTE1367555 {0_485,486_952,953_max} @attribute ATTRIBUTE1367556 {0_461,462_913,914_max} @attribute ATTRIBUTE1367557 {0_16212,16213_18360,18361_max} @attribute ATTRIBUTE1367558 {0_43,44_82,83_max} @attribute ATTRIBUTE1367559 {0_8423,8424_10721,10722_max} @attribute ATTRIBUTE1367560 {0_18774,18775_25141,25142_max} @attribute class {Control,treated}
@data 0_2046,0_97,16796_max,0_780,0_485,0_461,0_16212,0_43,0_8423,0_18774,Control 0_2046,0_97,16796_max,0_780,0_485,0_461,0_16212,0_43,0_8423,0_18774,Control 2564_max,166_max,0_15031,1541_max,953_max,914_max,16213_18360,83_max,8424_10721,18775_25141,treated 2047_2563,0_97,0_15031,0_780,0_485,0_461,18361_max,0_43,10722_max,25142_max,treated