Package | Description |
---|---|
org.apache.ignite.ml.math.primitives.vector |
Contains vector related classes.
|
org.apache.ignite.ml.math.primitives.vector.impl |
Contains several vector implementations.
|
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).
|
void |
AbstractVector.compute(int idx,
IgniteIntDoubleToDoubleBiFunction f)
Replace vector entry with value oldVal at i with result of computing f(i, oldVal).
|
Modifier and Type | Method and Description |
---|---|
void |
DelegatingVector.compute(int i,
IgniteIntDoubleToDoubleBiFunction f)
Replace vector entry with value oldVal at i with result of computing f(i, oldVal).
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024