| Name | Description | Type | Package | Framework |
| Vector | The basic interface including numerous convenience functions NOTE: All implementing classes must have a constructor that takes an int for cardinality and a no-arg constructor that can be used for marshalling the Writable | Interface | org.apache.mahout.math | Apache Mahout |
|
| Vector .Element | A holder for information about a specific item in the Vector. | Interface | org.apache.mahout.math.Vector | Apache Mahout |
|
| VectorBinaryAggregate | Abstract class encapsulating different algorithms that perform the Vector operations aggregate(). | Class | org.apache.mahout.math | Apache Mahout |
|
| VectorBinaryAggregate .AggregateAllIterateSequential | | Class | org.apache.mahout.math.VectorBinaryAggregate | Apache Mahout |
|
| VectorBinaryAggregate .AggregateAllIterateThatLookupThis | | Class | org.apache.mahout.math.VectorBinaryAggregate | Apache Mahout |
|
| VectorBinaryAggregate .AggregateAllIterateThisLookupThat | | Class | org.apache.mahout.math.VectorBinaryAggregate | Apache Mahout |
|
| VectorBinaryAggregate .AggregateAllLoop | | Class | org.apache.mahout.math.VectorBinaryAggregate | Apache Mahout |
|
| VectorBinaryAggregate .AggregateIterateIntersection | | Class | org.apache.mahout.math.VectorBinaryAggregate | Apache Mahout |
|
| VectorBinaryAggregate .AggregateIterateUnionRandom | | Class | org.apache.mahout.math.VectorBinaryAggregate | Apache Mahout |
|
| VectorBinaryAggregate .AggregateIterateUnionSequential | | Class | org.apache.mahout.math.VectorBinaryAggregate | Apache Mahout |
|
| VectorBinaryAggregate .AggregateNonzerosIterateThatLookupThis | | Class | org.apache.mahout.math.VectorBinaryAggregate | Apache Mahout |
|
| VectorBinaryAggregate .AggregateNonzerosIterateThisLookupThat | | Class | org.apache.mahout.math.VectorBinaryAggregate | Apache Mahout |
|
| VectorBinaryAssign | Abstract class encapsulating different algorithms that perform the Vector operations assign(). | Class | org.apache.mahout.math | Apache Mahout |
|
| VectorBinaryAssign .AssignAllIterateSequentialInplaceUpdates | | Class | org.apache.mahout.math.VectorBinaryAssign | Apache Mahout |
|
| VectorBinaryAssign .AssignAllIterateSequentialMergeUpdates | | Class | org.apache.mahout.math.VectorBinaryAssign | Apache Mahout |
|
| VectorBinaryAssign .AssignAllIterateThatLookupThisInplaceUpdates | | Class | org.apache.mahout.math.VectorBinaryAssign | Apache Mahout |
|
| VectorBinaryAssign .AssignAllIterateThatLookupThisMergeUpdates | | Class | org.apache.mahout.math.VectorBinaryAssign | Apache Mahout |
|
| VectorBinaryAssign .AssignAllIterateThisLookupThatInplaceUpdates | | Class | org.apache.mahout.math.VectorBinaryAssign | Apache Mahout |
|
| VectorBinaryAssign .AssignAllIterateThisLookupThatMergeUpdates | | Class | org.apache.mahout.math.VectorBinaryAssign | Apache Mahout |
|
| VectorBinaryAssign .AssignAllLoopInplaceUpdates | | Class | org.apache.mahout.math.VectorBinaryAssign | Apache Mahout |
|
| VectorBinaryAssign .AssignAllLoopMergeUpdates | | Class | org.apache.mahout.math.VectorBinaryAssign | Apache Mahout |
|
| VectorBinaryAssign .AssignIterateIntersection | If f(x, 0) = x and f(0, y) = 0 the zeros in x and y don't matter and we can iterate through the nonzeros This is only possible if both x and y support sequential access. | Class | org.apache.mahout.math.VectorBinaryAssign | Apache Mahout |
|
| VectorBinaryAssign .AssignIterateUnionRandomInplaceUpdates | If f(0, 0) = 0 we can iterate through the nonzeros in either x or y. | Class | org.apache.mahout.math.VectorBinaryAssign | Apache Mahout |
|
| VectorBinaryAssign .AssignIterateUnionRandomMergeUpdates | If f(0, 0) = 0 we can iterate through the nonzeros in either x or y. | Class | org.apache.mahout.math.VectorBinaryAssign | Apache Mahout |
|
| VectorBinaryAssign .AssignIterateUnionSequentialInplaceUpdates | If f(0, 0) = 0 we can iterate through the nonzeros in either x or y. | Class | org.apache.mahout.math.VectorBinaryAssign | Apache Mahout |
|
| VectorBinaryAssign .AssignIterateUnionSequentialMergeUpdates | If f(0, 0) = 0 we can iterate through the nonzeros in either x or y. | Class | org.apache.mahout.math.VectorBinaryAssign | Apache Mahout |
|
| VectorBinaryAssign .AssignNonzerosIterateThatLookupThisInplaceUpdates | If f(x, 0) = x, the zeros in y don't matter and we can simply iterate through the nonzeros of y. | Class | org.apache.mahout.math.VectorBinaryAssign | Apache Mahout |
|
| VectorBinaryAssign .AssignNonzerosIterateThatLookupThisMergeUpdates | If f(x, 0) = x, the zeros in y don't matter and we can simply iterate through the nonzeros of y. | Class | org.apache.mahout.math.VectorBinaryAssign | Apache Mahout |
|
| VectorBinaryAssign .AssignNonzerosIterateThisLookupThat | If f(0, y) = 0, the zeros in x don't matter and we can simply iterate through the nonzeros of x. | Class | org.apache.mahout.math.VectorBinaryAssign | Apache Mahout |
|
| VectorIterable | | Interface | org.apache.mahout.math | Apache Mahout |
|
| VectorView | | Class | org.apache.mahout.math | Apache Mahout |