Click or drag to resize

CloudCenter Method

Returns a modified Cloud having zero mean coordinates.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public Cloud Center()

Return Value

Type: Cloud
A Cloud having the same base and weights of this instance, with zero mean coordinates.
Remarks

The collection of the coordinates of all points on a given direction is referred to as an active variable. The returned cloud is forced to have zero mean coordinates by subtracting to each active variable its corresponding mean.

See Also