Uses of Interface
org.tweetyproject.math.norm.Norm
-
Packages that use Norm Package Description org.tweetyproject.math.norm -
-
Uses of Norm in org.tweetyproject.math.norm
Subinterfaces of Norm in org.tweetyproject.math.norm Modifier and Type Interface Description interfaceRealVectorNormA norm for real vector spaces.Classes in org.tweetyproject.math.norm that implement Norm Modifier and Type Class Description classAbstractRealVectorNormAbstract class for real vector norms.classAggregatingNormThis norm uses an aggregator on the 1-norm distance of each value.classEntropyNorm<T extends java.lang.Comparable<T>>The entropy norm.classManhattanNormThe Manhattan norm.classMaximumNormThe Maximum norm.classPNormThe p-norm.classProbabilisticAggregatingNormThis distance function uses an aggregator on a probabilistically normalized distance for probabilities of each value.classProbabilisticPNormThis class implement the p-norm distance function where distances are normalized corresponding to their distance to 0.5.
-