| Package | Description |
|---|---|
| org.apache.ignite.ml.math |
Contains main APIs for distributed code algebra.
|
| org.apache.ignite.ml.math.distributed |
Contains classes for distribution support.
|
| org.apache.ignite.ml.math.impls.matrix |
Contains several matrix implementations.
|
| 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 | Class and Description |
|---|---|
class |
IdentityValueMapper
Identity value mapper.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> void |
CacheUtils.map(String cacheName,
KeyMapper<K> keyMapper,
ValueMapper<V> valMapper,
IgniteFunction<Double,Double> mapper) |
static <K,V> double |
CacheUtils.max(String cacheName,
KeyMapper<K> keyMapper,
ValueMapper<V> valMapper) |
static <K,V> double |
CacheUtils.min(String cacheName,
KeyMapper<K> keyMapper,
ValueMapper<V> valMapper) |
static <K,V> double |
CacheUtils.sum(String cacheName,
KeyMapper<K> keyMapper,
ValueMapper<V> valMapper) |
| Constructor and Description |
|---|
CacheMatrix(int rows,
int cols,
IgniteCache<K,V> cache,
MatrixKeyMapper<K> keyMapper,
ValueMapper<V> valMapper)
Creates new matrix over existing cache.
|
| Modifier and Type | Method and Description |
|---|---|
ValueMapper<V> |
CacheMatrixStorage.valueMapper() |
| Constructor and Description |
|---|
CacheMatrixStorage(int rows,
int cols,
IgniteCache<K,V> cache,
MatrixKeyMapper<K> keyMapper,
ValueMapper<V> valMapper) |
| Modifier and Type | Method and Description |
|---|---|
ValueMapper<V> |
CacheVectorStorage.valueMapper() |
| 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.5.0 Release Date : May 23 2018