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, wait
forEach, spliterator
public 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.
GridGain In-Memory Computing Platform : ver. 8.9.19 Release Date : April 10 2025