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
Mostrar archivo Open project: sethjuarez/numl

Public Methods

Method Description
Calculate ( Vector x ) : double

Calculates the Shannon Entropy of x.

Method Details

Calculate() public method

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.
return double