| Package | Description |
|---|---|
| org.apache.ignite.ml.math |
Contains main APIs for distributed code algebra.
|
| 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.
|
| org.apache.ignite.ml.math.impls.vector |
Contains specific implementations for vectors.
|
| Modifier and Type | Method and Description |
|---|---|
VectorStorage |
Vector.getStorage()
Gets vector storage model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlockVectorStorage
Storage for
SparseBlockDistributedVector. |
class |
MapWrapperStorage
Storage for wrapping given map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayVectorStorage
Array based
VectorStorage implementation. |
class |
CacheVectorStorage<K,V>
Vector storage based on existing cache and index and value mapping functions.
|
class |
ConstantVectorStorage
Constant read-only vector storage.
|
class |
DelegateVectorStorage
VectorStorage implementation that delegates to parent matrix. |
class |
DenseLocalOffHeapVectorStorage
Local, dense off-heap vector storage.
|
class |
FunctionVectorStorage
Read-only or read-write function-based vector storage.
|
class |
MatrixVectorStorage
Row, column or diagonal vector-based view of the matrix
|
class |
PivotedVectorStorage
Pivoted (index mapped) view over another vector storage implementation.
|
class |
RandomVectorStorage
VectorStorage implementation with random values in the vector elements. |
class |
SingleElementVectorDelegateStorage
Single value view storage over another vector.
|
class |
SingleElementVectorStorage
Vector storage holding a single non-zero value at some index.
|
class |
SparseDistributedVectorStorage
VectorStorage implementation for SparseDistributedVector. |
class |
SparseLocalOffHeapVectorStorage
VectorStorage implementation for SparseLocalOffHeapVector. |
class |
SparseLocalOnHeapVectorStorage
Sparse, local, on-heap vector storage.
|
| Modifier and Type | Method and Description |
|---|---|
VectorStorage |
DelegateVectorStorage.delegate() |
| Constructor and Description |
|---|
DelegateVectorStorage(VectorStorage sto,
int off,
int len) |
PivotedVectorStorage(VectorStorage sto,
int[] pivot) |
PivotedVectorStorage(VectorStorage sto,
int[] pivot,
int[] unpivot) |
| Modifier and Type | Method and Description |
|---|---|
VectorStorage |
DelegatingVector.getStorage()
Gets vector storage model.
|
VectorStorage |
AbstractVector.getStorage()
Gets vector storage model.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractVector.setStorage(VectorStorage sto)
Set storage.
|
| Constructor and Description |
|---|
AbstractReadOnlyVector(VectorStorage sto) |
AbstractVector(boolean readOnly,
VectorStorage sto) |
AbstractVector(VectorStorage sto) |
VectorView(VectorStorage sto,
int off,
int len) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018