C# Class numl.Math.Information.Entropy

This class calculates the Shannon Entropy of any given vector. It inherits from Impurity class which provides additional functionality.
Inheritance: Impurity
Afficher le fichier Open project: sethjuarez/numl

Méthodes publiques

Méthode Description
Calculate ( Vector x ) : double

Calculates the Shannon Entropy of x.

Method Details

Calculate() public méthode

Calculates the Shannon Entropy of x.
Thrown when the requested operation is invalid.
public Calculate ( Vector x ) : double
x numl.Math.LinearAlgebra.Vector The list in question.
Résultat double