Package | Description |
---|---|
org.linqs.psl.reasoner.admm.term | |
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 |
ADMMTermGenerator
A TermGenerator for ADMM objective terms.
|
Modifier and Type | Class and Description |
---|---|
class |
DCDTermGenerator
A TermGenerator for DCD objective terms.
|
Constructor and Description |
---|
DCDStreamingInitialRoundIterator(DCDStreamingTermStore parentStore,
List<WeightedRule> rules,
AtomManager atomManager,
HyperplaneTermGenerator<DCDObjectiveTerm,RandomVariableAtom> termGenerator,
List<DCDObjectiveTerm> termCache,
List<DCDObjectiveTerm> termPool,
ByteBuffer termBuffer,
ByteBuffer volatileBuffer,
int pageSize) |
Modifier and Type | Class and Description |
---|---|
class |
SGDTermGenerator
A TermGenerator for SGD objective terms.
|
Constructor and Description |
---|
SGDStreamingInitialRoundIterator(SGDStreamingTermStore parentStore,
List<WeightedRule> rules,
AtomManager atomManager,
HyperplaneTermGenerator<SGDObjectiveTerm,RandomVariableAtom> termGenerator,
List<SGDObjectiveTerm> termCache,
List<SGDObjectiveTerm> termPool,
ByteBuffer termBuffer,
ByteBuffer volatileBuffer,
int pageSize) |
Modifier and Type | Field and Description |
---|---|
protected HyperplaneTermGenerator<T,RandomVariableAtom> |
StreamingTermStore.termGenerator |
protected HyperplaneTermGenerator<T,RandomVariableAtom> |
StreamingInitialRoundIterator.termGenerator |
Constructor and Description |
---|
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) |
StreamingTermStore(List<Rule> rules,
AtomManager atomManager,
HyperplaneTermGenerator<T,RandomVariableAtom> termGenerator) |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.