| 
            
              WeightedConfusionMatrixLinearWeighting Method 
             | 
          
        
         
              Creates a new Weighted Confusion Matrix with linear weighting.
            
 
    Namespace: 
   Accord.Statistics.Analysis
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic static WeightedConfusionMatrix LinearWeighting(
	int[,] matrix
)
Public Shared Function LinearWeighting ( 
	matrix As Integer(,)
) As WeightedConfusionMatrix
 Request Example
		View SourceParameters
- matrix
 - Type: SystemInt32
 
Return Value
Type: 
WeightedConfusionMatrix
See Also