forum.alglib.net

ALGLIB forum
It is currently Sun Dec 22, 2024 7:41 pm

All times are UTC


Forum rules


1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: ALGLIB: need to help to use Hirarchical Clustering
PostPosted: Fri Sep 05, 2014 7:27 pm 
Offline

Joined: Fri Sep 05, 2014 7:09 pm
Posts: 1
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);"


Top
 Profile  
 
 Post subject: Re: ALGLIB: need to help to use Hirarchical Clustering
PostPosted: Thu Dec 11, 2014 5:57 pm 
Offline

Joined: Thu Dec 11, 2014 5:54 pm
Posts: 1
I saw from ALGLIB user guide that there is a function SMatrixLDLT doing LDLT decomposition


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 48 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group