Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
LinearWeighting ( int matrix ) : |
Creates a new Weighted Confusion Matrix with linear weighting.
|
|
QuadraticWeighting ( int matrix ) : |
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.
|
public static LinearWeighting ( int matrix ) : |
||
matrix | int | |
Результат |
public static QuadraticWeighting ( int matrix ) : |
||
matrix | int | |
Результат |
public WeightedConfusionMatrix ( double matrix, double weights, int samples ) : System | ||
matrix | double | |
weights | double | |
samples | int | |
Результат | System |
public WeightedConfusionMatrix ( double weights, int expected, int predicted ) : System | ||
weights | double | |
expected | int | |
predicted | int | |
Результат | System |
public WeightedConfusionMatrix ( int matrix, double weights ) : System | ||
matrix | int | |
weights | double | |
Результат | System |