function MeanCols(const X: TMtx): Vector;
Returns the average of columns in the source matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Vector
Remarks:
Internally calls Matrix.MeanCols
Returns the average of columns in the source matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Vector
Internally calls Matrix.MeanCols