| Package | Description |
|---|---|
| org.apache.ignite.ml.math.impls.storage.vector |
Contains specific implementations for vector storage models.
|
| org.apache.ignite.ml.math.impls.vector |
Contains specific implementations for vectors.
|
| Modifier and Type | Method and Description |
|---|---|
IntDoubleToVoidFunction |
FunctionVectorStorage.setFunction() |
| Constructor and Description |
|---|
FunctionVectorStorage(int size,
IgniteFunction<Integer,Double> getFunc,
IntDoubleToVoidFunction setFunc)
Creates read-only or read-write storage.
|
| Constructor and Description |
|---|
FunctionVector(int size,
IgniteFunction<Integer,Double> getFunc,
IntDoubleToVoidFunction setFunc)
Creates read-write or read-only function vector.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018