| Package | Description |
|---|---|
| org.apache.ignite.ml.dataset |
Base package for machine learning dataset classes.
|
| org.apache.ignite.ml.math.distributed |
Contains classes for distribution support.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Dataset.compute(IgniteConsumer<D> map)
Applies the specified
map function to every partition data in the dataset. |
| Modifier and Type | Method and Description |
|---|---|
protected static <K,V> void |
CacheUtils.foreach(String cacheName,
IgniteConsumer<CacheUtils.CacheEntry<K,V>> fun,
IgnitePredicate<K> keyFilter) |
static <K,V> void |
CacheUtils.update(String cacheName,
Ignite ignite,
IgniteConsumer<javax.cache.Cache.Entry<K,V>> fun,
IgniteSupplier<Set<K>> keysGen) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018