C# Класс numl.Math.Information.Entropy

This class calculates the Shannon Entropy of any given vector. It inherits from Impurity class which provides additional functionality.
Наследование: Impurity
Показать файл Открыть проект

Открытые методы

Метод Описание
Calculate ( Vector x ) : double

Calculates the Shannon Entropy of x.

Описание методов

Calculate() публичный Метод

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.
Результат double