Package | Description |
---|---|
org.linqs.psl.reasoner.dcd.term | |
org.linqs.psl.reasoner.sgd.term | |
org.linqs.psl.reasoner.term.streaming |
Modifier and Type | Class and Description |
---|---|
class |
DCDStreamingTermStore
A term store that iterates over ground queries directly (obviating the GroundRuleStore).
|
Modifier and Type | Class and Description |
---|---|
class |
SGDStreamingTermStore
A term store that iterates over ground queries directly (obviating the GroundRuleStore).
|
Modifier and Type | Field and Description |
---|---|
protected StreamingTermStore<T> |
StreamingCacheIterator.parentStore |
protected StreamingTermStore<T> |
StreamingInitialRoundIterator.parentStore |
Constructor and Description |
---|
StreamingCacheIterator(StreamingTermStore<T> parentStore,
boolean readonly,
List<T> termCache,
List<T> termPool,
ByteBuffer termBuffer,
ByteBuffer volatileBuffer,
boolean shufflePage,
int[] shuffleMap,
boolean randomizePageAccess,
int numPages) |
StreamingInitialRoundIterator(StreamingTermStore<T> parentStore,
List<WeightedRule> rules,
AtomManager atomManager,
HyperplaneTermGenerator<T,RandomVariableAtom> termGenerator,
List<T> termCache,
List<T> termPool,
ByteBuffer termBuffer,
ByteBuffer volatileBuffer,
int pageSize) |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.