[mlpack-svn] [MLPACK] #240: CoverTree::expansionConstant should be CoverTree::base

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Mon Aug 6 23:40:21 EDT 2012


#240: CoverTree::expansionConstant should be CoverTree::base
---------------------+------------------------------------------------------
 Reporter:  rcurtin  |        Owner:                                      
     Type:  task     |       Status:  new                                 
 Priority:  minor    |    Milestone:  mlpack 1.0.2                        
Component:  mlpack   |     Keywords:  cover tree, expansion constant, base
 Blocking:           |   Blocked By:                                      
---------------------+------------------------------------------------------
 The expansion constant is a theoretical quantity and has nothing to do
 with the empirically chosen base, which is actually what the
 'expansionConstant' member represents.

 Two things need to change:

  - expansionConstant -> base
  - ExpansionConstant() -> Base()

 This is just a reminder so it happens before 1.0.2.

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