Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.cache |
Contains main Data Grid APIs.
|
org.apache.ignite.cache.store |
Contains cache store interfaces.
|
org.apache.ignite.lang |
Contains general language constructs and functional APIs for distributed computations.
|
org.apache.ignite.ml.composition.boosting |
Contains Gradient Boosting regression and classification abstract classes
allowing regressor type selecting in child classes.
|
org.apache.ignite.ml.math.functions |
Contains serializable functions for distributed code algebra.
|
org.apache.ignite.ml.tree.randomforest.data |
Package contains helper data structures for random forest implementation.
|
Modifier and Type | Method and Description |
---|---|
IgniteBiTuple<T,S> |
IgniteAtomicStamped.get()
Gets both current value and current stamp of atomic stamped.
|
Modifier and Type | Method and Description |
---|---|
@Nullable IgniteBiTuple<Boolean,V> |
CacheInterceptor.onBeforeRemove(javax.cache.Cache.Entry<K,V> entry)
This method is called within
IgniteCache.remove(Object)
and similar operations to provide control over returned value. |
@Nullable IgniteBiTuple<Boolean,V> |
CacheInterceptorAdapter.onBeforeRemove(javax.cache.Cache.Entry<K,V> entry)
This method is called within
IgniteCache.remove(Object)
and similar operations to provide control over returned value. |
Modifier and Type | Method and Description |
---|---|
protected abstract @Nullable IgniteBiTuple<K,V> |
CacheLoadOnlyStoreAdapter.parse(I rec,
Object... args)
This method should transform raw data records into valid key-value pairs
to be stored into cache.
|
Modifier and Type | Method and Description |
---|---|
IgniteBiTuple<V2,V1> |
IgniteBiTuple.swap()
Swaps values.
|
Modifier and Type | Method and Description |
---|---|
protected <V,K> IgniteBiTuple<Double,Long> |
GDBTrainer.computeInitialValue(DatasetBuilder<K,V> builder,
IgniteBiFunction<K,V,Vector> featureExtractor,
IgniteBiFunction<K,V,Double> lbExtractor)
Compute mean value of label as first approximation.
|
Modifier and Type | Method and Description |
---|---|
static <A,B extends Comparable<B>> |
Functions.argmin(List<A> args,
IgniteFunction<A,B> f) |
Modifier and Type | Class and Description |
---|---|
class |
NodeId
Class represents Node id in Random Forest consisting of tree id and node id in tree in according to
breadth-first search in tree.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019