Click or drag to resize
Accord.NET (logo)

MeasuresMean Method

Overload List
  NameDescription
Public methodStatic memberMean(Double)
Computes the mean value across all dimensions of the given matrix.
Public methodStatic memberMean(Double)
Computes the mean of the given values.
Public methodStatic memberMean(Double)
Computes the mean value across all dimensions of the given matrix.
Public methodStatic memberMean(Int32)
Computes the mean of the given values.
Public methodStatic memberMean(Single)
Computes the mean of the given values.
Public methodStatic memberMean(UInt16)
Computes the mean of the given values.
Public methodStatic memberMean(Double, Double)
Calculates the matrix Mean vector.
Public methodStatic memberCode exampleMean(Double, Int32)
Calculates the matrix Mean vector.
Public methodStatic memberMean(Double, Double)
Calculates the matrix Mean vector.
Public methodStatic memberCode exampleMean(Double, Int32)
Calculates the matrix Mean vector.
Top
See Also