Package | Description |
---|---|
org.linqs.psl.model.atom | |
org.linqs.psl.reasoner.admm.term | |
org.linqs.psl.reasoner.term |
Modifier and Type | Class and Description |
---|---|
class |
RandomVariableAtom
A
GroundAtom with a truth value which can be modified. |
Modifier and Type | Class and Description |
---|---|
class |
LocalVariable
The local context of a variable.
|
Modifier and Type | Class and Description |
---|---|
class |
Hyperplane<E extends ReasonerLocalVariable>
Information representing a raw hyperplane.
|
class |
HyperplaneTermGenerator<T extends ReasonerTerm,V extends ReasonerLocalVariable>
A base term generator for terms that come from hyperplanes.
|
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 | Method and Description |
---|---|
E[] |
Hyperplane.getVariables() |
Constructor and Description |
---|
Hyperplane(E[] variables,
float[] coefficients,
float constant,
int size) |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.