694
[13,] 48.79103 52.94654 56.35514
[14,] 45.23826 46.54912 54.46041
-
David L Carlson
Department of Anthropology
Texas A&M University
College Station, TX 77840-4352
-Original Message-
From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of
1- PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
2- PLEASE, first _read_ help for kmeans (?kmeans) function before using
function.
> On 22 May 2017, at 05:33, θ ” wrote:
>
> hi:
> I need to extract the text contexts of top 1 group after clustering.
> But I have no
hi:
I need to extract the text contexts of top 1 group after clustering.
But I have no idea how to sort the cluster size then extract the contexts of
top 1 clusters.
here is my cluster code:
> file <- read.csv("SiC CMP.csv", header = TRUE)
> cluster_k<-length(unique(file$Main.IPC))
> cl <- kmean
3 matches
Mail list logo