Enum BinaryAggregationKind
Kinds of binary aggregation supported.
Namespace: Mangrove.MetricSetSyntaxTree.ExpressionNodes
Assembly: MetricSetSyntaxTree.dll
Syntax
public enum BinaryAggregationKind
Remarks
See MDLCommon.xml (DM.MDL repo) for the source of this list.
Fields
| Name | Description |
|---|---|
| COVARIANCE | COVARIANCE of two columns as defined in https://en.wikipedia.org/wiki/Covariance |
| None | This should never show up (i.e., you should throw an exception when it does). |
| PERCENTILE | Percentile. |
| PEWAVG | Percentile weighted average. |
| VRAVG | VR without detla Method which input is Binary |
| WAVG | Weighted average. |