Package | Description |
---|---|
org.linqs.psl.model.atom | |
org.linqs.psl.reasoner.function |
Modifier and Type | Class and Description |
---|---|
class |
GroundAtom
An Atom with only
GroundTerms for arguments. |
class |
ObservedAtom
A
GroundAtom with a fixed truth value. |
class |
RandomVariableAtom
A
GroundAtom with a truth value which can be modified. |
Modifier and Type | Class and Description |
---|---|
class |
GeneralFunction
A general function that can handle various cases.
|
Modifier and Type | Method and Description |
---|---|
FunctionTerm |
GeneralFunction.getTerm(int index) |
Modifier and Type | Method and Description |
---|---|
void |
GeneralFunction.add(float coefficient,
FunctionTerm term)
Add a general term to the sum.
|
Copyright © 2020 University of California, Santa Cruz. All rights reserved.