search for: total_ss

Displaying 2 results from an estimated 2 matches for "total_ss".

Did you mean: total_sg
2013 Jan 24
1
Help regarding kmeans output. need to save the clusters into different directories/folders.
..., sep="\t") * > *clustering_tail <- kmeans(input_tail, 5) * > *print(clustering_tail)* ... [99973] 4 4 4 4 4 4 4 2 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 Within cluster sum of squares by cluster: [1] 2.731015e+26 8.785281e+22 4.726557e+26 3.513411e+22 5.092071e+25 (between_SS / total_SS = 98.9 %) Available components: [1] "cluster" "centers" "totss" "withinss" "tot.withinss" [6] "betweenss" "size" *Now how to I save these 5 clusters into 5 separate folders? * Please advise, Thanks. [[a...
2013 Jun 24
1
K-means results understanding!!!
...0 5 0 0 0 0 0 Clustering vector: [1] 1 5 5 3 1 5 5 5 5 1 4 1 5 5 5 5 4 5 2 3 5 5 1 5 5 5 5 1 3 1 4 5 5 1 5 5 5 1 [39] 3 1 5 5 3 1 1 1 1 5 5 1 4 1 3 5 5 5 5 5 5 1 Within cluster sum of squares by cluster: [1] 0.6702803 0.0000000 0.2453294 0.1860180 1.3535263 (between_SS / total_SS = 76.8 %) Available components: [1] "cluster" "centers" "totss" "withinss" "tot.withinss" [6] "betweenss" "size" > Q3)I would like to understand which raw data are in which cluster ? Does s...