Uses of Interface
net.sf.tweety.math.norm.Norm
-
Packages that use Norm Package Description net.sf.tweety.math.norm -
-
Uses of Norm in net.sf.tweety.math.norm
Subinterfaces of Norm in net.sf.tweety.math.norm Modifier and Type Interface Description interface
RealVectorNorm
A norm for real vector spaces.Classes in net.sf.tweety.math.norm that implement Norm Modifier and Type Class 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.
-