Package | Description |
---|---|
org.linqs.psl.model.rule.arithmetic | |
org.linqs.psl.model.rule.arithmetic.expression | |
org.linqs.psl.model.rule.arithmetic.expression.coefficient |
Modifier and Type | Field and Description |
---|---|
protected Map<SummationVariable,Formula> |
AbstractArithmeticRule.filters |
Constructor and Description |
---|
AbstractArithmeticRule(ArithmeticRuleExpression expression,
Map<SummationVariable,Formula> filterClauses,
String name) |
UnweightedArithmeticRule(ArithmeticRuleExpression expression,
Map<SummationVariable,Formula> filterClauses) |
UnweightedArithmeticRule(ArithmeticRuleExpression expression,
Map<SummationVariable,Formula> filterClauses,
String name) |
WeightedArithmeticRule(ArithmeticRuleExpression expression,
Map<SummationVariable,Formula> filterClauses,
double weight,
boolean squared) |
WeightedArithmeticRule(ArithmeticRuleExpression expression,
Map<SummationVariable,Formula> filterClauses,
double weight,
boolean squared,
String name) |
Modifier and Type | Field and Description |
---|---|
protected Map<SummationVariable,SummationAtom> |
ArithmeticRuleExpression.summationMapping |
Modifier and Type | Method and Description |
---|---|
Map<SummationVariable,SummationAtom> |
ArithmeticRuleExpression.getSummationMapping() |
Set<SummationVariable> |
ArithmeticRuleExpression.getSummationVariables() |
Modifier and Type | Field and Description |
---|---|
protected SummationVariable |
Cardinality.v |
Modifier and Type | Method and Description |
---|---|
SummationVariable |
Cardinality.getSummationVariable() |
Modifier and Type | Method and Description |
---|---|
abstract float |
Coefficient.getValue(Map<SummationVariable,Integer> subs)
Get the value of a coefficient (which may require a reqursive descent).
|
float |
Subtract.getValue(Map<SummationVariable,Integer> subs) |
float |
Max.getValue(Map<SummationVariable,Integer> subs) |
float |
ConstantNumber.getValue(Map<SummationVariable,Integer> subs) |
float |
Min.getValue(Map<SummationVariable,Integer> subs) |
float |
Multiply.getValue(Map<SummationVariable,Integer> subs) |
float |
Cardinality.getValue(Map<SummationVariable,Integer> subs) |
float |
Add.getValue(Map<SummationVariable,Integer> subs) |
float |
Divide.getValue(Map<SummationVariable,Integer> subs) |
Constructor and Description |
---|
Cardinality(SummationVariable v) |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.