I like throwing away code, but not that fast :) On Tue, Jul 12, 2011 at 9:14 PM, Hudson (JIRA) <j...@apache.org> wrote: > > [ > https://issues.apache.org/jira/browse/MAHOUT-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064339#comment-13064339 > ] > > Hudson commented on MAHOUT-756: > ------------------------------- > > Integrated in Mahout-Quality #936 (See > [https://builds.apache.org/job/Mahout-Quality/936/]) > MAHOUT-756 kill implementation due to several small issues > > srowen : > http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1145795 > Files : > * /mahout/trunk/math/src/test/java/org/apache/mahout/math/VectorListTest.java > * /mahout/trunk/math/src/main/java/org/apache/mahout/math/VectorList.java > > >> VectorList (Matrix implementation) does not maintain cardinality getters >> correctly >> ---------------------------------------------------------------------------------- >> >> Key: MAHOUT-756 >> URL: https://issues.apache.org/jira/browse/MAHOUT-756 >> Project: Mahout >> Issue Type: Bug >> Components: Math >> Reporter: Lance Norskog >> Assignee: Sean Owen >> Priority: Minor >> Fix For: 0.6 >> >> Attachments: VectorList.patch >> >> >> VectorList (implements Matrix) is dynamically expandable, row-wise. There >> are three different ways to query the size of a Matrix, and VectorList does >> not correctly supply these values. >> > > -- > This message is automatically generated by JIRA. > For more information on JIRA, see: http://www.atlassian.com/software/jira > > >
-- Lance Norskog goks...@gmail.com