Package org.tweetyproject.math.norm
package org.tweetyproject.math.norm
-
ClassDescriptionAbstract class for real vector norms.This norm uses an aggregator on the 1-norm distance of each value.EntropyNorm<T extends Comparable<T>>The entropy norm.The Manhattan norm.The Maximum norm.Norm<T>A norm for vector spaces.The p-norm.This distance function uses an aggregator on a probabilistically normalized distance for probabilities of each value.This class implement the p-norm distance function where distances are normalized corresponding to their distance to 0.5.A norm for real vector spaces.