public class LazyMPEInference extends MPEInference
Modifier and Type | Field and Description |
---|---|
protected int |
maxRounds |
atomManager, db, groundRuleStore, initialValue, normalizeWeights, reasoner, relaxationMultiplier, relaxationSquared, relaxHardConstraints, rules, termGenerator, termStore
Constructor and Description |
---|
LazyMPEInference(List<Rule> rules,
Database db) |
Modifier and Type | Method and Description |
---|---|
protected void |
completeInitialize()
Complete the initialization process.
|
protected PersistedAtomManager |
createAtomManager(Database db) |
protected void |
internalInference()
The implementation of the full inference by each class.
|
close, commit, createGroundRuleStore, createReasoner, createTermGenerator, createTermStore, getAtomManager, getGroundRuleStore, getInferenceApplication, getReasoner, getTermStore, inference, inference, initialize, initializeAtoms, normalizeWeights, relaxHardConstraints, setBudget
protected void completeInitialize()
InferenceApplication
completeInitialize
in class InferenceApplication
protected PersistedAtomManager createAtomManager(Database db)
createAtomManager
in class InferenceApplication
protected void internalInference()
InferenceApplication
internalInference
in class InferenceApplication
Copyright © 2020 University of California, Santa Cruz. All rights reserved.