Click or drag to resize
Accord.NET (logo)

MeasuresWeightedEntropy Method

Overload List
  NameDescription
Public methodStatic memberWeightedEntropy(IListInt32, IListDouble, Int32)
Computes the entropy for the given values.
Public methodStatic memberWeightedEntropy(Double, Double, FuncDouble, Double)
Computes the entropy function for a set of numerical values in a given Probability Density Function (pdf).
Public methodStatic memberWeightedEntropy(Double, Double, Int32)
Computes the entropy for the given values.
Public methodStatic memberWeightedEntropy(Double, Int32, FuncDouble, Double)
Computes the entropy function for a set of numerical values in a given Probability Density Function (pdf).
Public methodStatic memberWeightedEntropy(Int32, Double, Int32)
Computes the entropy for the given values.
Public methodStatic memberWeightedEntropy(IListInt32, IListDouble, Int32, Int32)
Computes the entropy for the given values.
Public methodStatic memberWeightedEntropy(Double, Double, Int32, Int32)
Computes the entropy for the given values.
Public methodStatic memberWeightedEntropy(Int32, Double, Int32, Int32)
Computes the entropy for the given values.
Top
See Also