Class EntropyNorm<T extends Comparable<T>>

java.lang.Object
org.tweetyproject.math.func.EntropyFunction
org.tweetyproject.math.norm.EntropyNorm<T>
Type Parameters:
T - The class of the objects used.
All Implemented Interfaces:
SimpleFunction<Vector<Double>,Double>, SimpleRealValuedFunction, Norm<Vector<Double>>, RealVectorNorm

public class EntropyNorm<T extends Comparable<T>> extends EntropyFunction implements RealVectorNorm
The entropy norm. Uses the entropy of a vector of doubles (=probability function) as a measure of norm and the relative entropy of two probability distributions as distance. Note that entropy is not actually a norm!
Author:
Matthias Thimm