MtxExpr.MeanCols Method

function MeanCols(const X: TMtx): Vector;

Returns the average of columns in the source matrix.

#NameTypeDescription
1XTMtx

Returns: Vector

Remarks:

Internally calls Matrix.MeanCols