Modifier and Type | Field and Description |
---|---|
protected TermGenerator |
InferenceApplication.termGenerator |
Modifier and Type | Method and Description |
---|---|
protected TermGenerator |
InferenceApplication.createTermGenerator() |
Modifier and Type | Method and Description |
---|---|
protected TermGenerator |
DCDInference.createTermGenerator() |
protected TermGenerator |
ADMMInference.createTermGenerator() |
protected TermGenerator |
SGDInference.createTermGenerator() |
protected TermGenerator |
SGDStreamingInference.createTermGenerator() |
protected TermGenerator |
DCDStreamingInference.createTermGenerator() |
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.
|
Copyright © 2020 University of California, Santa Cruz. All rights reserved.