[mlpack-svn] [MLPACK] #301: unify constructors of dual-tree algorithms

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Wed Feb 5 14:00:05 EST 2014


#301: unify constructors of dual-tree algorithms
---------------------------------------------------------------------------+
  Reporter:  rcurtin                                                       |        Owner:              
      Type:  enhancement                                                   |       Status:  new         
  Priority:  major                                                         |    Milestone:  mlpack 1.0.9
 Component:  mlpack                                                        |   Resolution:              
  Keywords:  dual-tree algorithms, tree, constructor, kd-tree, cover tree  |     Blocking:              
Blocked By:                                                                |  
---------------------------------------------------------------------------+

Comment (by rcurtin):

 Is this tested so that the following code will work?

 {{{
 arma::mat randomData;
 randomData.randu(10, 10000);

 NeighborSearch<CoverTree<> > ns(randomData);

 arma::mat distances;
 arma::Mat<size_t> neighbors;
 ns.Search(5, neighbors, distances);
 }}}

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/301#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