KernelDensityArgumentsValue(Int64, Double) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Additional arguments required for KernelDensity summary function.
public:
KernelDensityArgumentsValue(long kernelDensityPointCount, double kernelDensityBandwidth);
public KernelDensityArgumentsValue(long kernelDensityPointCount, double kernelDensityBandwidth);
new Microsoft.DataPrep.Common.KernelDensityArgumentsValue : int64 * double -> Microsoft.DataPrep.Common.KernelDensityArgumentsValue
Public Sub New (kernelDensityPointCount As Long, kernelDensityBandwidth As Double)
Parameters
- kernelDensityPointCount
- Int64
Number of kernel density points to calculate.
- kernelDensityBandwidth
- Double
Kernel density bandwidth.