org.apache.mahout.collections | |
org.apache.mahout.math | Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. |
org.apache.mahout.math.bitvector | Bit vectors and bit matrices. |
org.apache.mahout.math.buffer | Fixed sized (non resizable) streaming buffers connected to a target objects to which data is automatically flushed upon buffer overflow. |
org.apache.mahout.math.function | Core interfaces for functions, comparisons and procedures on objects and primitive data types. |
org.apache.mahout.math.list | Resizable lists holding objects or primitive data types such as int , double , etc. |
org.apache.mahout.math.list.adapter | List adapters that make Colt lists compatible with the JDK 1.2 Collections Framework. |
org.apache.mahout.math.map | Automatically growing and shrinking maps holding objects or primitive data types such as int , double , etc. |
org.apache.mahout.math.set |