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 | |
org.linqs.psl.reasoner.term.streaming |
Modifier and Type | Class and Description |
---|---|
class |
ADMMObjectiveTerm
A term in the objective to be optimized by an ADMMReasoner.
|
class |
HingeLossTerm
ADMMReasoner objective term of the form
weight * max(coefficients^T * x - constant, 0) All coefficients must be non-zero. |
class |
HyperplaneTerm
Objective term for an ADMMReasoner that is based on a hyperplane in some way.
|
class |
LinearConstraintTerm
ADMMReasoner objective term of the form:
(0 if coefficients^T * x OP constant)
or (infinity otherwise).
|
class |
LinearLossTerm
ADMMReasoner objective term of the form
weight * coefficients^T * x |
class |
SquaredHingeLossTerm
ADMMReasoner objective term of the form
weight * [max(coefficients^T * x - constant, 0)]^2 |
class |
SquaredHyperplaneTerm
Objective term for an ADMMReasoner that is based on a squared
hyperplane in some way.
|
class |
SquaredLinearLossTerm
ADMMReasoner objective term of the form
weight * (coeffs^T * x - constant)^2 |
Modifier and Type | Class and Description |
---|---|
class |
DCDObjectiveTerm
A term in the objective to be optimized by a DCDReasoner.
|
Modifier and Type | Class and Description |
---|---|
class |
SGDObjectiveTerm
A term in the objective to be optimized by a SGDReasoner.
|
Modifier and Type | Class and Description |
---|---|
class |
HyperplaneTermGenerator<T extends ReasonerTerm,V extends ReasonerLocalVariable>
A base term generator for terms that come from hyperplanes.
|
class |
MemoryTermStore<T extends ReasonerTerm> |
class |
MemoryVariableTermStore<T extends ReasonerTerm,V extends ReasonerLocalVariable>
A general TermStore that handles terms and variables all in memory.
|
interface |
TermGenerator<T extends ReasonerTerm,V extends ReasonerLocalVariable> |
interface |
TermStore<T extends ReasonerTerm,V extends ReasonerLocalVariable>
A place to store terms that are to be optimized.
|
interface |
VariableTermStore<T extends ReasonerTerm,V extends ReasonerLocalVariable>
An interface for term stores that can handle some variable operations.
|
Modifier and Type | Class and Description |
---|---|
class |
StreamingCacheIterator<T extends ReasonerTerm>
Iterate over all the terms from the disk cache.
|
class |
StreamingInitialRoundIterator<T extends ReasonerTerm>
Iterate over all the terms that come up from grounding.
|
interface |
StreamingIterator<T extends ReasonerTerm>
Iterate over all the terms from grounding/cache.
|
class |
StreamingTermStore<T extends ReasonerTerm>
A term store that does not hold all the terms in memory, but instead keeps most terms on disk.
|
Modifier and Type | Field and Description |
---|---|
protected T |
StreamingCacheIterator.nextTerm |
protected T |
StreamingInitialRoundIterator.nextTerm |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.