Click or drag to resize

SphericalMedianCalculationMethod Enumeration

Specifies which method to use when calculating the spherical median.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum SphericalMedianCalculationMethod
Members
  Member nameDescription
NormalizedSpatialMedian Minimize the function, 1 / n Σ | x_i - a |, to compute the median.
EmbeddedR3 Minimize the function, 1 / n Σ Acos( x_i * a ), to compute the median.
See Also