public ReadOnlyDoubleMatrix Mean { get; }
Public ReadOnly Property Mean As ReadOnlyDoubleMatrix
Get
public:
property ReadOnlyDoubleMatrix^ Mean {
ReadOnlyDoubleMatrix^ get ();
}
member Mean : ReadOnlyDoubleMatrix with get
The coordinates of the mean point are returned, with respect the cloud Basis. To obtain the corresponding mean vector, execute method GetVectors on Basis.
Let this Cloud instance represent the cloud
, where
is its Basis,
the Coordinates
of the points are given by
, and
contains the Weights.
Then property Mean returns the coordinates
w.r.t. basis of
the mean point: