Click or drag to resize

CloudMean Property

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

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public ReadOnlyDoubleMatrix Mean { get; }

Property Value

Type: 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