Modifier and Type | Field and Description |
---|---|
protected Reasoner |
InferenceApplication.reasoner |
Modifier and Type | Method and Description |
---|---|
protected Reasoner |
InferenceApplication.createReasoner() |
Reasoner |
InferenceApplication.getReasoner() |
Modifier and Type | Method and Description |
---|---|
protected Reasoner |
DCDInference.createReasoner() |
protected Reasoner |
ADMMInference.createReasoner() |
protected Reasoner |
SGDInference.createReasoner() |
protected Reasoner |
SGDStreamingInference.createReasoner() |
protected Reasoner |
DCDStreamingInference.createReasoner() |
Modifier and Type | Class and Description |
---|---|
class |
ExecutableReasoner
An abstract superclass for reasoners implemented as command-line executables.
|
Modifier and Type | Class and Description |
---|---|
class |
ADMMReasoner
Uses an ADMM optimization method to optimize its GroundRules.
|
Modifier and Type | Class and Description |
---|---|
class |
DCDReasoner
Uses an SGD optimization method to optimize its GroundRules.
|
Modifier and Type | Class and Description |
---|---|
class |
SGDReasoner
Uses an SGD optimization method to optimize its GroundRules.
|
Copyright © 2020 University of California, Santa Cruz. All rights reserved.