[mlpack-svn] [MLPACK] #212: Cluster a data set following estimating a GMM

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Tue Mar 27 12:39:57 EDT 2012


#212: Cluster a data set following estimating a GMM
----------------------------+-----------------------------------------------
  Reporter:  Adam           |        Owner:        
      Type:  task           |       Status:  closed
  Priority:  major          |    Milestone:        
 Component:  mlpack         |   Resolution:  fixed 
  Keywords:  GMM, Cluster,  |     Blocking:        
Blocked By:                 |  
----------------------------+-----------------------------------------------
Changes (by rcurtin):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 I added the `GMM::Probability(arma::vec, size_t)` function I suggested
 earlier in r12063 (and the test in r12064).  I then added a
 `GMM::Classify(arma::mat, arma::Col<size_t>)` function which is basically
 a wrapper around the code I suggested earlier.  It is slow -- so I've
 opened a new ticket (#221).  I think this one is done, so I'm going to go
 ahead and resolve this (feel free to reopen it if I've missed anything).

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/212#comment:4>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed by the FASTLAB at Georgia Tech under Dr. Alex Gray.


More information about the mlpack-svn mailing list