[mlpack-svn] [MLPACK] #374: Hierarchial Clustering Methods

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Mon Dec 22 15:15:22 EST 2014


#374: Hierarchial Clustering Methods
--------------------------+-------------------------------------------------
  Reporter:  abhinav      |        Owner:     
      Type:  enhancement  |       Status:  new
  Priority:  major        |    Milestone:     
 Component:  mlpack       |   Resolution:     
  Keywords:               |     Blocking:     
Blocked By:               |  
--------------------------+-------------------------------------------------

Comment (by rcurtin):

 Sounds good to me.  It's worth pointing out that single-linkage clustering
 is already implemented under the guise of "Euclidean Minimum Spanning
 Trees": see `src/mlpack/methods/emst/` or the `emst` program.  The process
 of finding a Euclidean minimum spanning tree is the same as the process
 for single-linkage hierarchical clustering.  Probably a bit of
 modification needs to be done to make that code work for hierarchical
 clustering, but it should not be too hard.

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/374#comment:3>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed at Georgia Tech.


More information about the mlpack-svn mailing list