| 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.
|
| org.apache.ignite.ml.math.primitives.vector.storage |
Contains several vector storages.
|
| Modifier and Type | Method and Description |
|---|---|
VectorStorage |
Vector.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 |
|---|
AbstractVector(boolean readOnly,
VectorStorage sto) |
AbstractVector(VectorStorage sto) |
| Modifier and Type | Method and Description |
|---|---|
VectorStorage |
DelegatingVector.getStorage()
Gets vector storage model.
|
| Constructor and Description |
|---|
VectorView(VectorStorage sto,
int off,
int len) |
| Modifier and Type | Class and Description |
|---|---|
class |
DenseVectorStorage
Array based
VectorStorage implementation. |
class |
SparseVectorStorage
Sparse, local, on-heap vector storage.
|
class |
VectorizedViewMatrixStorage
Row, column or diagonal vector-based view of the matrix
|
class |
VectorViewStorage
VectorStorage implementation that delegates to parent matrix. |
| Modifier and Type | Method and Description |
|---|---|
VectorStorage |
VectorViewStorage.delegate() |
| Constructor and Description |
|---|
VectorViewStorage(VectorStorage sto,
int off,
int len) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025