| Package | Description |
|---|---|
| org.apache.ignite.ml.math.distributed.keys.impl |
*
|
| org.apache.ignite.ml.math.impls.storage.matrix |
Contains specific implementations for matrix storage models.
|
| org.apache.ignite.ml.math.impls.storage.vector |
Contains specific implementations for vector storage models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SparseMatrixKey
Key implementation for
SparseDistributedMatrix. |
| Modifier and Type | Method and Description |
|---|---|
RowColMatrixKey |
SparseDistributedMatrixStorage.getCacheKey(int idx)
Build cache key for row/column.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteCache<RowColMatrixKey,Map<Integer,Double>> |
SparseDistributedMatrixStorage.cache() |
Set<RowColMatrixKey> |
SparseDistributedMatrixStorage.getAllKeys()
Build a keyset for this storage.
|
| Modifier and Type | Method and Description |
|---|---|
RowColMatrixKey |
SparseDistributedVectorStorage.getCacheKey(int idx)
Builds cache key for vector element.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteCache<RowColMatrixKey,Double> |
SparseDistributedVectorStorage.cache()
Gets cache
|
Set<RowColMatrixKey> |
SparseDistributedVectorStorage.getAllKeys()
Build a keyset for this storage.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018