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.2.419.0 (24.2.419.0)
Syntax public enum SphericalMedianCalculationMethod
Public Enumeration SphericalMedianCalculationMethod
public enum class SphericalMedianCalculationMethod
type SphericalMedianCalculationMethod
Members
| Member name | Description |
---|
| 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