Package | Description |
---|---|
org.linqs.psl.model.rule.arithmetic |
Modifier and Type | Class and Description |
---|---|
class |
UnweightedArithmeticRule
A template for
UnweightedGroundArithmeticRules . |
class |
WeightedArithmeticRule |
Modifier and Type | Field and Description |
---|---|
protected AbstractArithmeticRule |
AbstractGroundArithmeticRule.rule |
Constructor and Description |
---|
AbstractGroundArithmeticRule(AbstractArithmeticRule rule,
float[] coefficients,
GroundAtom[] atoms,
FunctionComparator comparator,
float constant) |
AbstractGroundArithmeticRule(AbstractArithmeticRule rule,
float[] coefficients,
GroundAtom[] atoms,
FunctionComparator comparator,
float constant,
boolean copy) |
AbstractGroundArithmeticRule(AbstractArithmeticRule rule,
List<Float> coefficients,
List<GroundAtom> atoms,
FunctionComparator comparator,
float constant) |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.