On Sat, Apr 30, 2011 at 1:04 PM, Dhruv <[email protected]> wrote:

> In the same vein, I'm confused about the location and documentation of the
> RandomAccessSparseVector class which is used in the examples in the book.
>

Aren't you using an IDE that finds classes for you?

For me with IntelliJ, one keystroke invokes class search which only requires
me to type the UpperCase characters in the name.

With that, I find: org.apache.mahout.math.RandomAccessSparseVector



> I can't find the RandomAccessSparseVector class in the latest API docs:
>
>
> https://builds.apache.org/hudson/job/Mahout-Quality/javadoc/org/apache/mahout/<https://builds.apache.org/hudson/job/Mahout-Quality/javadoc/org/apache/mahout/math/package-summary.html>


That is the javadoc for Mahout Core, not Mahout Math.

That can be confusing.

The clover output might be more helpful:
https://builds.apache.org/hudson/job/Mahout-Quality/clover/

But using a good IDE is probably the most important thing.


> Even in my latest checkout of the trunk, I can't find the class under the
> o.a.m.Math package.
>

o.a.m.math

What am I doing wrong?
>

Wrong case on the package?

Not looking in the math module?

Reply via email to