[mlpack-svn] [MLPACK] #234: Integrate DTree into BinarySpaceTree

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


#234: Integrate DTree into BinarySpaceTree
-------------------------+--------------------------------------------------
 Reporter:  rcurtin      |        Owner:                                                              
     Type:  enhancement  |       Status:  new                                                         
 Priority:  minor        |    Milestone:  mlpack 1.1.0                                                
Component:  mlpack       |     Keywords:  det, dtree, binary space tree, statistic, density estimation
 Blocking:               |   Blocked By:                                                              
-------------------------+--------------------------------------------------
 A density estimation tree (see `methods/det`) is a form of binary space
 tree, except that it splits differently and each node needs to hold some
 information about its own density.

 In fact, I would say it is similar enough that a density estimation tree
 could actually just be a specific instantiation of a BinarySpaceTree with
 a different splitting mechanism and a specially constructed statistic
 object to hold the necessary information.

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