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
파일 보기 프로젝트 열기: sethjuarez/numl

공개 메소드들

메소드 설명
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