Package | Description |
---|---|
org.linqs.psl.grounding | |
org.linqs.psl.model.rule.arithmetic | |
org.linqs.psl.model.rule.logical |
Modifier and Type | Method and Description |
---|---|
Iterable<WeightedGroundRule> |
GroundRuleStore.getCompatibilityRules() |
Iterable<WeightedGroundRule> |
MemoryGroundRuleStore.getCompatibilityRules() |
Modifier and Type | Method and Description |
---|---|
static double |
GroundRules.getExpectedWeightedCompatibility(WeightedGroundRule groundRule)
Computes the expected weighted compatibility (1 - incompatibility)
of a WeightedGroundRule.
|
Modifier and Type | Method and Description |
---|---|
static double |
GroundRules.getExpectedTotalWeightedCompatibility(Iterable<WeightedGroundRule> groundRules)
Computes the expected weighted compatibility (1 - incompatibility)
of a collection of WeightedGroundRules.
|
static double |
GroundRules.getExpectedTotalWeightedIncompatibility(Iterable<WeightedGroundRule> groundRules)
Computes the expected total weighted incompatibility of an iterable
container of
GroundCompatibilityRules
from independently rounding each RandomVariableAtom to 1.0 or 0.0
with probability equal to its current truth value. |
static double |
GroundRules.getTotalWeightedCompatibility(Iterable<WeightedGroundRule> groundRules)
Sums the total weighted compatibility (1 - incompatibility) of an iterable
container of
GroundCompatibilityRules . |
static double |
GroundRules.getTotalWeightedIncompatibility(Iterable<WeightedGroundRule> groundRules)
Sums the total weighted incompatibility of an iterable container of
GroundCompatibilityRules . |
Modifier and Type | Class and Description |
---|---|
class |
WeightedGroundArithmeticRule |
Modifier and Type | Class and Description |
---|---|
class |
WeightedGroundLogicalRule |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.