CloudStandardize Method

Returns a standardized Cloud.

Definition

Namespace: Novacta.Analytics.Advanced
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public Cloud Standardize()

Return Value

Cloud
A Cloud having the same base and weights of this instance, with zero mean coordinates and unit variances.

Remarks

The collection of the coordinates of all points on a given direction is referred to as an active variable. Each active variable is standardized by subtracting its mean and then dividing the difference by its standard deviation.

See Also