[mlpack-svn] [MLPACK] #235: Templatize splitting procedure for BinarySpaceTree

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Wed Jul 18 23:46:00 EDT 2012


#235: Templatize splitting procedure for BinarySpaceTree
-------------------------+--------------------------------------------------
 Reporter:  rcurtin      |        Owner:                                             
     Type:  enhancement  |       Status:  new                                        
 Priority:  minor        |    Milestone:  mlpack 1.1.0                               
Component:  mlpack       |     Keywords:  binary space tree, splitting, tree building
 Blocking:  234          |   Blocked By:                                             
-------------------------+--------------------------------------------------
 Right now the default BinarySpaceTree splitting procedure (to form the two
 children) is to find the largest dimension and split it in half.  That's
 not the only way to make a binary space tree.  So the SplitNode() method
 should be pulled out and templatized (in some manner).

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