Click or drag to resize

CloudStandardize Method

Returns a standardized Cloud.

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

Return Value

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