[mlpack-svn] [MLPACK] #150: inappropriate mixture of interfaces

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Wed Nov 30 02:46:25 EST 2011


#150: inappropriate mixture of interfaces
-------------------------------------------------------------------------------------------------------------------+
  Reporter:  nslagle                                                                                               |        Owner:  rcurtin   
      Type:  defect                                                                                                |       Status:  accepted  
  Priority:  major                                                                                                 |    Milestone:  MLPACK 1.0
 Component:  MLPACK                                                                                                |   Resolution:            
  Keywords:  neighbor_search, mog, emst, fastica, svm, regression, nnsvm, mvu, interfaces, command line interface  |     Blocking:            
Blocked By:                                                                                                        |  
-------------------------------------------------------------------------------------------------------------------+
Changes (by rcurtin):

  * owner:  => rcurtin
  * status:  new => accepted


Comment:

 This ticket can be resolved once `PARAM_*` statements appear only in
 `_main.cpp` files.  BinarySpaceTree no longer uses CLI internally (as of
 r10461).  Here are the remaining places this needs to be fixed:

  * `mlpack::optimizer::LBFGS`
  * `mlpack::fastica::FastICA`
  * `mlpack::nca::NCA`
  * `mlpack::neighbor::NeighborSearch`
  * `mlpack::nbc::SimpleNaiveBayesClassifier`
  * `mlpack::gmm::GMM`

 There may be a couple other instances here or there.

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