[mlpack-svn] [MLPACK] #264: allknn kd-tree traversal failing

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Wed Jan 9 15:44:47 EST 2013


#264: allknn kd-tree traversal failing
---------------------------------------------------+------------------------
  Reporter:  rcurtin                               |        Owner:  rcurtin     
      Type:  defect                                |       Status:  closed      
  Priority:  critical                              |    Milestone:  mlpack 1.0.4
 Component:  mlpack                                |   Resolution:  fixed       
  Keywords:  kd-tree traversal, allknn, covertype  |     Blocking:  243         
Blocked By:                                        |  
---------------------------------------------------+------------------------
Changes (by rcurtin):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 r14095 fixes this.

 {{{
 $ bin/allknn -k 10 -r covertype.csv -d d.csv -n n.csv
 $ bin/allknn -k 10 -r covertype.csv -d dn.csv -n nn.csv -N
 $ diff d.csv dn.csv | wc -l
 0
 }}}

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