Click or drag to resize
Accord.NET (logo)

MeasuresEntropy Method

Overload List
  NameDescription
Public methodStatic memberEntropy(Double)
Computes the entropy for the given values.
Public methodStatic memberEntropy(Double)
Computes the entropy for the given values.
Public methodStatic memberEntropy(Boolean, Boolean)
Computes the entropy function between an expected value and a predicted value.
Public methodStatic memberEntropy(Boolean, Double)
Computes the entropy function between an expected value and a predicted value between 0 and 1.
Public methodStatic memberEntropy(IListInt32, Int32)
Computes the entropy for the given values.
Public methodStatic memberEntropy(Double, Double)
Computes the entropy for the given values.
Public methodStatic memberEntropy(Double, Double)
Computes the entropy for the given values.
Public methodStatic memberEntropy(Double, FuncDouble, Double)
Computes the entropy function for a set of numerical values in a given Probability Density Function (pdf).
Public methodStatic memberEntropy(Int32, IntRange)
Computes the entropy for the given values.
Public methodStatic memberEntropy(Int32, Int32)
Computes the entropy for the given values.
Public methodStatic memberEntropy(IListInt32, Int32, Int32)
Computes the entropy for the given values.
Public methodStatic memberEntropy(Double, Double, FuncDouble, Double)
Computes the entropy function for a set of numerical values in a given Probability Density Function (pdf).
Public methodStatic memberEntropy(Int32, Int32, Int32)
Computes the entropy for the given values.
Top
See Also