| Package | Description |
|---|---|
| org.apache.ignite.ml.math |
Contains main APIs for distributed code algebra.
|
| org.apache.ignite.ml.math.impls.vector |
Contains specific implementations for vectors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vector.compute(int i,
IgniteIntDoubleToDoubleBiFunction f)
Replace vector entry with value oldVal at i with result of computing f(i, oldVal).
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractReadOnlyVector.compute(int idx,
IgniteIntDoubleToDoubleBiFunction f)
Replace vector entry with value oldVal at i with result of computing f(i, oldVal).
|
void |
DelegatingVector.compute(int i,
IgniteIntDoubleToDoubleBiFunction f)
Replace vector entry with value oldVal at i with result of computing f(i, oldVal).
|
void |
AbstractVector.compute(int idx,
IgniteIntDoubleToDoubleBiFunction f)
Replace vector entry with value oldVal at i with result of computing f(i, oldVal).
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018