Class Vectorize
Given a MetricsPlan, produce a VectorizedMetricsPlan from it. The key steps are:
- Split the original plan into two using SplitMetricsPlan.
- For the "consume" part of the split plan group the Expressions into Bags.
Implements
Inherited Members
Namespace: Mangrove.MetricSetTransformers.Vectorization
Assembly: MetricSetTransformers.dll
Syntax
public class Vectorize : IGenericMetricsPlanTransformer<VectorizedMetricsPlan>
Constructors
View SourceVectorize()
Declaration
public Vectorize()
Methods
View SourceTransform(MetricsPlan)
Declaration
public VectorizedMetricsPlan Transform(MetricsPlan metricsPlan)
Parameters
Type | Name | Description |
---|---|---|
MetricsPlan | metricsPlan |
Returns
Type | Description |
---|---|
VectorizedMetricsPlan |