Cloud.Mean Property

Gets the mean coordinates of the Cloud with respect to its Basis.

Definition

Namespace: Novacta.Analytics.Advanced
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public ReadOnlyDoubleMatrix Mean { get; }

Property Value

ReadOnlyDoubleMatrix
The cloud mean coordinates as a row vector.

Remarks

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 LaTeX equation, where LaTeX equation is its Basis, the Coordinates of the points are given by LaTeX equation, and LaTeX equation contains the Weights.

Then property Mean returns the coordinates w.r.t. basis LaTeX equation of the mean point:

LaTeX equation

See Also