Modifier and Type | Field and Description |
---|---|
protected TermGenerator |
InferenceApplication.termGenerator |
Modifier and Type | Method and Description |
---|---|
protected TermGenerator |
InferenceApplication.createTermGenerator() |
protected TermGenerator |
SGDStreamingInference.createTermGenerator() |
protected TermGenerator |
DCDStreamingInference.createTermGenerator() |
Modifier and Type | Method and Description |
---|---|
static void |
LazyMPEInference.inference(List<Rule> rules,
Reasoner reasoner,
GroundRuleStore groundRuleStore,
TermStore termStore,
TermGenerator termGenerator,
LazyAtomManager lazyAtomManager,
int maxRounds)
Do the full MPE inference process.
|
Modifier and Type | Field and Description |
---|---|
protected TermGenerator |
WeightLearningApplication.termGenerator |
Modifier and Type | Method and Description |
---|---|
void |
WeightLearningApplication.initGroundModel(Reasoner reasoner,
GroundRuleStore groundRuleStore,
TermStore termStore,
TermGenerator termGenerator,
PersistedAtomManager atomManager,
TrainingMap trainingMap)
Pass in all the ground model infrastructure.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SGDTermGenerator
A TermGenerator for SGD objective terms.
|
Modifier and Type | Class and Description |
---|---|
class |
HyperplaneTermGenerator<T extends ReasonerTerm,V extends ReasonerLocalVariable>
A base term generator for terms that come from hyperplanes.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintBlockerTermGenerator
Prepares blocks.
|
Copyright © 2020 University of California, Santa Cruz. All rights reserved.