[R] clust algorithm for interval-typed data

2013-07-22 Thread Cheng, Yi
Hi:

I am looking for clust algorithms for interval-typed data. (for example, the 
session data with start time and end time).

I can't find it.

Please help to point me to any existing.

Cheng Yi

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] about mix type clust algorithm

2013-07-22 Thread Cheng, Yi
Hi:
I have tried to find the appropriate clust algorithm for mixed type of data.
The suggested way I see is:

1.   use daisy to get the dissimilarity matrix

2.   use PAM/hclust by providing the dissimilarity matrix, to get the 
clusters
but by following this, when the data set grows bigger say 10,000 rows of data, 
the dissimilarity matrix will be O(n^2), and out of memory will occur.
I am wondering is there any better ways to do the mixed type cluster?

Cheng Yi


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.