L - Type of a label (truth or prediction).K - Type of a key in upstream data.V - Type of a value in upstream data.public class CacheBasedLabelPairCursor<L,K,V> extends Object implements LabelPairCursor<L>
| Constructor and Description |
|---|
CacheBasedLabelPairCursor(IgniteCache<K,V> upstreamCache,
IgniteBiPredicate<K,V> filter,
Preprocessor<K,V> preprocessor,
IgniteModel<Vector,L> mdl)
Constructs a new instance of cache based truth with prediction cursor.
|
CacheBasedLabelPairCursor(IgniteCache<K,V> upstreamCache,
Preprocessor<K,V> preprocessor,
IgniteModel<Vector,L> mdl)
Constructs a new instance of cache based truth with prediction cursor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
@NotNull Iterator<LabelPair<L>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CacheBasedLabelPairCursor(IgniteCache<K,V> upstreamCache, IgniteBiPredicate<K,V> filter, Preprocessor<K,V> preprocessor, IgniteModel<Vector,L> mdl)
upstreamCache - Ignite cache with upstream data.filter - Filter for upstream data.preprocessor - Preprocessor.mdl - Model for inference.public CacheBasedLabelPairCursor(IgniteCache<K,V> upstreamCache, Preprocessor<K,V> preprocessor, IgniteModel<Vector,L> mdl)
upstreamCache - Ignite cache with upstream data.preprocessor - Preprocessor.mdl - Model for inference.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025