Class Hierarchy
- java.lang.Object
- org.tweetyproject.math.norm.AbstractRealVectorNorm (implements org.tweetyproject.math.norm.RealVectorNorm)
- org.tweetyproject.math.norm.ManhattanNorm
- org.tweetyproject.math.norm.MaximumNorm
- org.tweetyproject.math.norm.PNorm
- org.tweetyproject.math.norm.AggregatingNorm (implements org.tweetyproject.math.norm.RealVectorNorm, java.io.Serializable)
- org.tweetyproject.math.func.EntropyFunction (implements org.tweetyproject.math.func.SimpleRealValuedFunction)
- org.tweetyproject.math.norm.EntropyNorm<T> (implements org.tweetyproject.math.norm.RealVectorNorm)
- org.tweetyproject.math.norm.ProbabilisticAggregatingNorm (implements org.tweetyproject.math.norm.RealVectorNorm, java.io.Serializable)
- org.tweetyproject.math.norm.ProbabilisticPNorm (implements org.tweetyproject.math.norm.RealVectorNorm, java.io.Serializable)
- org.tweetyproject.math.norm.AbstractRealVectorNorm (implements org.tweetyproject.math.norm.RealVectorNorm)
Interface Hierarchy
- org.tweetyproject.math.norm.Norm<T>
- org.tweetyproject.math.norm.RealVectorNorm