> As a quick fix, let's open up access in the deprecated classes. That will > give us some breathing room to fix the problem correctly.
If you do this we can initially refactor the code so that it uses the trunk version of Mahout with deprecated Colt classes. Once we have this, we can refactor the code to use the new classes Mahout provides. >> private double[][] values; > No, but that isn't all that hard to fix. Oh, I just thought you guys wanted it to be this way... But if not, then a double[] is probably a better choice anyway (think potential matrix data fragmentation if not anything else). Dawid
