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?
