SummaryColumnsValue Constructor

Definition

Column summarization definition.

public SummaryColumnsValue(string columnId, Microsoft.DataPrep.Common.SummaryFunction summaryFunction, string summaryColumnName, Microsoft.DataPrep.Common.HistogramArgumentsValue histogramArguments = null, Microsoft.DataPrep.Common.KernelDensityArgumentsValue kernelDensityArguments = null, System.Collections.Generic.List<double> quantiles = null);
new Microsoft.DataPrep.Common.SummaryColumnsValue : string * Microsoft.DataPrep.Common.SummaryFunction * string * Microsoft.DataPrep.Common.HistogramArgumentsValue * Microsoft.DataPrep.Common.KernelDensityArgumentsValue * System.Collections.Generic.List<double> -> Microsoft.DataPrep.Common.SummaryColumnsValue

Parameters

columnId
String

Column to summarize.

summaryFunction
SummaryFunction

Aggregation function to use.

summaryColumnName
String

Name of the new column holding the aggregate values.

histogramArguments
HistogramArgumentsValue

Additional arguments required for Histogram summary function.

kernelDensityArguments
KernelDensityArgumentsValue

Additional arguments required for KernelDensity summary function.

quantiles
List<Double>

Quantile boundary values required for Quantiles summary function.

Applies to