Sean, Sorry I wasn't clear. I meant the documentation of the Matrix class which is listed as the argument type to the constructor of the MatrixWritable class on the following page:
https://builds.apache.org//job/Mahout-Quality/javadoc/org/apache/mahout/math/MatrixWritable.html Clicking on the Matrix type on the above page in the constructor MatrixWritable(Matrix m) directs to the following page, generating a 404: http://mahout.apache.org/mahout-math/apidocs/org/apache/mahout/math/Matrix.html?is-external=true On Thu, Jun 9, 2011 at 3:36 AM, Sean Owen <[email protected]> wrote: > I think this must have been a temporary glitch since that page loads fine > for me. You're in the right place. > > On Thu, Jun 9, 2011 at 3:27 AM, Dhruv Kumar <[email protected]> wrote: > > > In the javadoc for Mahout's Math package, some doc URLs don't function > > properly. For example, I've been trying to understand the MatrixWritable > > class. On the documentation page of MatrixWritable, clicking on the > Matrix > > class causes a 404: > > > > > > > https://builds.apache.org//job/Mahout-Quality/javadoc/org/apache/mahout/math/MatrixWritable.html > > > > My only choice is to dive into clover's output, and make sense of the > > javadoc annotations which is tedious: > > > > > > > https://builds.apache.org//job/Mahout-Quality/clover/org/apache/mahout/math/matrix/pkg-summary.html > > > > Is there a place where I can view the javadocs for all the Mahout math > > classes/interfaces, including the ones from CERN? > > >
