| 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 |
|---|---|
VectorKeyMapper<K> |
CacheVectorStorage.keyMapper() |
| Constructor and Description |
|---|
CacheVectorStorage(int size,
IgniteCache<K,V> cache,
VectorKeyMapper<K> keyMapper,
ValueMapper<V> valMapper) |
| Constructor and Description |
|---|
CacheVector(int size,
IgniteCache<K,V> cache,
VectorKeyMapper<K> keyFunc,
ValueMapper<V> valMapper)
Creates new vector over existing cache.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018