forum.alglib.net
http://forum.alglib.net/

ALGLIB: need to help to use Hirarchical Clustering
http://forum.alglib.net/viewtopic.php?f=2&t=2126
Page 1 of 1

Author:  fatemea2000 [ Fri Sep 05, 2014 7:27 pm ]
Post subject:  ALGLIB: need to help to use Hirarchical Clustering

I want to use Agglomerative hierarchical clustering that implemented in ALGLIB. In the main code of Example, the input of this function is a short string.But My dataset is large and is saved to a file, How can I use this data file as input of Agglomerative hierarchical clustering?

Example of Agglomerative hierarchical clustering that you see in website:
"real_2d_array xy = "[[1,1],[1,2],[4,1],[2,3],[4,1.5]]";
clusterizercreate(s);
clusterizersetpoints(s, xy, 2);
clusterizerrunahc(s, rep);"

Author:  sabakanwal [ Thu Dec 11, 2014 5:57 pm ]
Post subject:  Re: ALGLIB: need to help to use Hirarchical Clustering

I saw from ALGLIB user guide that there is a function SMatrixLDLT doing LDLT decomposition

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/