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

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

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

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

Calculates Gini Index of x.

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

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

Calculates Gini Index of x.
Thrown when the requested operation is invalid.
public Calculate ( Vector x ) : double
x numl.Math.LinearAlgebra.Vector The list in question.
Результат double