Package | Description |
---|---|
org.linqs.psl.reasoner.admm.term |
Modifier and Type | Field and Description |
---|---|
protected LocalVariable[] |
ADMMObjectiveTerm.variables |
Modifier and Type | Method and Description |
---|---|
LocalVariable |
ADMMTermStore.createLocalVariable(RandomVariableAtom atom)
Create a local variable and ensure that a global copy is registered.
|
LocalVariable[] |
ADMMObjectiveTerm.getVariables()
Get the variables used in this term.
|
Modifier and Type | Method and Description |
---|---|
List<LocalVariable> |
ADMMTermStore.getLocalVariables(int globalId) |
Class<LocalVariable> |
ADMMTermGenerator.getLocalVariableType() |
Modifier and Type | Method and Description |
---|---|
ADMMObjectiveTerm |
ADMMTermGenerator.createLinearConstraintTerm(TermStore<ADMMObjectiveTerm,LocalVariable> termStore,
GroundRule groundRule,
Hyperplane<LocalVariable> hyperplane,
FunctionComparator comparator) |
ADMMObjectiveTerm |
ADMMTermGenerator.createLinearConstraintTerm(TermStore<ADMMObjectiveTerm,LocalVariable> termStore,
GroundRule groundRule,
Hyperplane<LocalVariable> hyperplane,
FunctionComparator comparator) |
ADMMObjectiveTerm |
ADMMTermGenerator.createLossTerm(TermStore<ADMMObjectiveTerm,LocalVariable> termStore,
boolean isHinge,
boolean isSquared,
GroundRule groundRule,
Hyperplane<LocalVariable> hyperplane) |
ADMMObjectiveTerm |
ADMMTermGenerator.createLossTerm(TermStore<ADMMObjectiveTerm,LocalVariable> termStore,
boolean isHinge,
boolean isSquared,
GroundRule groundRule,
Hyperplane<LocalVariable> hyperplane) |
Constructor and Description |
---|
ADMMObjectiveTerm(Hyperplane<LocalVariable> hyperplane,
GroundRule groundRule)
Caller releases control of the hyperplane and all members of it.
|
HingeLossTerm(GroundRule groundRule,
Hyperplane<LocalVariable> hyperplane) |
HyperplaneTerm(GroundRule groundRule,
Hyperplane<LocalVariable> hyperplane) |
LinearConstraintTerm(GroundRule groundRule,
Hyperplane<LocalVariable> hyperplane,
FunctionComparator comparator) |
SquaredHingeLossTerm(GroundRule groundRule,
Hyperplane<LocalVariable> hyperplane) |
SquaredHyperplaneTerm(GroundRule groundRule,
Hyperplane<LocalVariable> hyperplane) |
SquaredLinearLossTerm(GroundRule groundRule,
Hyperplane<LocalVariable> hyperplane) |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.