| Package | Description |
|---|---|
| net.sf.tweety.logics.pcl | |
| net.sf.tweety.logics.pcl.semantics |
| Modifier and Type | Method and Description |
|---|---|
ProbabilityDistribution<net.sf.tweety.logics.pl.semantics.PossibleWorld> |
DefaultMeReasoner.getMeDistribution()
Returns the ME-distribution this reasoner bases on.
|
ProbabilityDistribution<net.sf.tweety.logics.pl.semantics.PossibleWorld> |
GeneralizedMeReasoner.getMeDistribution()
Returns the ME-distribution this reasoner bases on.
|
| Modifier and Type | Method and Description |
|---|---|
static <S extends net.sf.tweety.commons.Interpretation> |
ProbabilityDistribution.convexCombination(double[] factors,
ProbabilityDistribution<S>[] creators)
Computes the convex combination of the
given probability distributions P1,...,PN with parameters factors, i.e.
|
ProbabilityDistribution<T> |
ProbabilityDistribution.convexCombination(double d,
ProbabilityDistribution<T> other)
Computes the convex combination of this P1 and the
given probability distribution P2 with parameter d, i.e.
|
static <S extends net.sf.tweety.commons.Interpretation> |
ProbabilityDistribution.getUniformDistribution(Set<S> interpretations,
net.sf.tweety.commons.Signature sig)
Returns the uniform distribution on the given interpretations.
|
ProbabilityDistribution<T> |
ProbabilityDistribution.linearCombination(double d1,
double d2,
ProbabilityDistribution<T> other)
Makes a linear combination of this distribution "p1" and the given distribution "other" and
the given parameters, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static <S extends net.sf.tweety.commons.Interpretation> |
ProbabilityDistribution.convexCombination(double[] factors,
ProbabilityDistribution<S>[] creators)
Computes the convex combination of the
given probability distributions P1,...,PN with parameters factors, i.e.
|
ProbabilityDistribution<T> |
ProbabilityDistribution.convexCombination(double d,
ProbabilityDistribution<T> other)
Computes the convex combination of this P1 and the
given probability distribution P2 with parameter d, i.e.
|
ProbabilityDistribution<T> |
ProbabilityDistribution.linearCombination(double d1,
double d2,
ProbabilityDistribution<T> other)
Makes a linear combination of this distribution "p1" and the given distribution "other" and
the given parameters, i.e.
|
Copyright © 2018. All rights reserved.