ClMtxExpr.Mean Method

Overload List

#SignatureDescription
1function Mean(X: TOpenCLMatrix): Double;Returns the average value of the source data.
2function Mean(X: TOpenCLVector): Double;Returns the average value of the source data.

Overload 1: function Mean(X: TOpenCLMatrix): Double;

Returns the average value of the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: Double

Remarks:

Internally calls clMatrix.Mean

Overload 2: function Mean(X: TOpenCLVector): Double;

Returns the average value of the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: Double

Remarks:

Internally calls clVector.Mean