C# Класс Accord.Statistics.Analysis.WeightedConfusionMatrix

Наследование: GeneralConfusionMatrix
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
LinearWeighting ( int matrix ) : WeightedConfusionMatrix

Creates a new Weighted Confusion Matrix with linear weighting.

QuadraticWeighting ( int matrix ) : WeightedConfusionMatrix

Creates a new Weighted Confusion Matrix with linear weighting.

WeightedConfusionMatrix ( double matrix, double weights, int samples ) : System

Creates a new Confusion Matrix.

WeightedConfusionMatrix ( double weights, int expected, int predicted ) : System

Creates a new Confusion Matrix.

WeightedConfusionMatrix ( int matrix, double weights ) : System

Creates a new Confusion Matrix.

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

LinearWeighting() публичный статический Метод

Creates a new Weighted Confusion Matrix with linear weighting.
public static LinearWeighting ( int matrix ) : WeightedConfusionMatrix
matrix int
Результат WeightedConfusionMatrix

QuadraticWeighting() публичный статический Метод

Creates a new Weighted Confusion Matrix with linear weighting.
public static QuadraticWeighting ( int matrix ) : WeightedConfusionMatrix
matrix int
Результат WeightedConfusionMatrix

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

Creates a new Confusion Matrix.
public WeightedConfusionMatrix ( double matrix, double weights, int samples ) : System
matrix double
weights double
samples int
Результат System

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

Creates a new Confusion Matrix.
public WeightedConfusionMatrix ( double weights, int expected, int predicted ) : System
weights double
expected int
predicted int
Результат System

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

Creates a new Confusion Matrix.
public WeightedConfusionMatrix ( int matrix, double weights ) : System
matrix int
weights double
Результат System