| Package | Description |
|---|---|
| org.apache.mahout.math |
Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
VectorBinaryAggregate.AggregateAllIterateSequential |
static class |
VectorBinaryAggregate.AggregateAllIterateThatLookupThis |
static class |
VectorBinaryAggregate.AggregateAllIterateThisLookupThat |
static class |
VectorBinaryAggregate.AggregateAllLoop |
static class |
VectorBinaryAggregate.AggregateIterateIntersection |
static class |
VectorBinaryAggregate.AggregateIterateUnionRandom |
static class |
VectorBinaryAggregate.AggregateIterateUnionSequential |
static class |
VectorBinaryAggregate.AggregateNonzerosIterateThatLookupThis |
static class |
VectorBinaryAggregate.AggregateNonzerosIterateThisLookupThat |
| Modifier and Type | Field and Description |
|---|---|
static VectorBinaryAggregate[] |
VectorBinaryAggregate.OPERATIONS |
| Modifier and Type | Method and Description |
|---|---|
static VectorBinaryAggregate |
VectorBinaryAggregate.getBestOperation(Vector x,
Vector y,
DoubleDoubleFunction fa,
DoubleDoubleFunction fc)
The best operation is the least expensive valid one.
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.