Modifier and Type | Field and Description |
---|---|
private RealVectorNorm |
PAInconsistencyMeasure.norm
The norm used for measuring the distances.
|
Constructor and Description |
---|
PAInconsistencyMeasure(RealVectorNorm norm,
DungTheory theory,
PASemantics semantics)
Creates a new inconsinstency measure which uses the given norm and
measures wrt.
|
Modifier and Type | Field and Description |
---|---|
private RealVectorNorm |
AbstractPAChangeOperator.norm
The norm used for distance measurement between probabilistic extensions.
|
Modifier and Type | Method and Description |
---|---|
protected RealVectorNorm |
AbstractPAChangeOperator.getNorm()
Returns the norm.
|
Constructor and Description |
---|
AbstractPAChangeOperator(PASemantics semantics,
RealVectorNorm norm,
SimpleRealValuedFunction f)
Creates a new change operator for the given semantics that uses the specified norm
for distance measuring and the given function for optimizing.
|
PARevisionOperator(PASemantics semantics,
RealVectorNorm norm,
SimpleRealValuedFunction f)
Creates a new change operator for the given semantics that uses the specified norm
for distance measuring and the given function for optimizing.
|
PAUpdateOperator(PASemantics semantics,
RealVectorNorm norm,
SimpleRealValuedFunction f)
Creates a new change operator for the given semantics that uses the specified norm
for distance measuring and the given function for optimizing.
|
Modifier and Type | Field and Description |
---|---|
private RealVectorNorm |
AggregatingCoherenceMeasure.norm
The norm used to measure the difference of the probabilities
of each ground instance for a single formula.
|
Constructor and Description |
---|
AggregatingCoherenceMeasure(RealVectorNorm norm,
AggregationFunction aggregator) |
Modifier and Type | Field and Description |
---|---|
private RealVectorNorm |
MinimalViolationInconsistencyMeasure.norm
The norm.
|
private RealVectorNorm |
MinimumViolationMachineShop.norm
The norm.
|
Constructor and Description |
---|
MinimalViolationInconsistencyMeasure(RealVectorNorm norm,
Solver solver)
Creates a new measure the given norm
|
MinimumViolationMachineShop(RealVectorNorm norm)
Creates a new machine shop for the norm
|
Modifier and Type | Field and Description |
---|---|
private RealVectorNorm |
GeneralizedMeReasoner.norm
The norm.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRealVectorNorm
Abstract class for real vector norms.
|
class |
AggregatingNorm
This norm uses an aggregator on the 1-norm distance of each
value.
|
class |
EntropyNorm<T extends java.lang.Comparable<T>>
The entropy norm.
|
class |
ManhattanNorm
The Manhattan norm.
|
class |
MaximumNorm
The Maximum norm.
|
class |
PNorm
The p-norm.
|
class |
ProbabilisticAggregatingNorm
This distance function uses an aggregator on a probabilistically normalized distance
for probabilities of each value.
|
class |
ProbabilisticPNorm
This class implement the p-norm distance function where distances are normalized
corresponding to their distance to 0.5.
|