C# 클래스 Accord.Statistics.Analysis.WeightedConfusionMatrix

상속: GeneralConfusionMatrix
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

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