Property | Type | Description |
---|
Method | Description | |
---|---|---|
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 | |
return |
public static QuadraticWeighting ( int matrix ) : |
||
matrix | int | |
return |
public WeightedConfusionMatrix ( double matrix, double weights, int samples ) : System | ||
matrix | double | |
weights | double | |
samples | int | |
return | System |
public WeightedConfusionMatrix ( double weights, int expected, int predicted ) : System | ||
weights | double | |
expected | int | |
predicted | int | |
return | System |
public WeightedConfusionMatrix ( int matrix, double weights ) : System | ||
matrix | int | |
weights | double | |
return | System |