[mlpack-svn] [MLPACK] #210: allknn and allkfn output results in tree-order

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Tue Mar 13 19:24:59 EDT 2012


#210: allknn and allkfn output results in tree-order
---------------------+------------------------------------------------------
 Reporter:  rriegel  |        Owner:                        
     Type:  defect   |       Status:  new                   
 Priority:  major    |    Milestone:  mlpack 1.0.2          
Component:  mlpack   |     Keywords:  allknn, allkfn, output
 Blocking:           |   Blocked By:                        
---------------------+------------------------------------------------------
 While code is in place to restore result order and found neighbor indices
 to the input files' original order, the final data::Save calls still
 reference the uncorrected result matrices.

 data::Save should be called on the corrected distancesOut and
 neighborsOut, rather than just distances and neighbors.

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