Class CoalesceOutputTables
Transformer that combines all the Expression nodes from all the output Table
into a single output Table whose source is an experiment unit-level Table.
Inheritance
CoalesceOutputTables
Assembly: MetricSetTransformers.dll
public class CoalesceOutputTables : LoggingTransformerBase, IMetricsPlanTransformer
Constructors
View Source
Declaration
public CoalesceOutputTables(ILogger logger = null)
Parameters
Type |
Name |
Description |
ILogger |
logger |
|
Methods
View Source
Declaration
public override MetricsPlan TransformWithTracing(MetricsPlan plan, IMetricsPlanValidator validator)
Parameters
Returns
Overrides
Implements
Extension Methods