KernelDensityArgumentsValue Class
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 ref class KernelDensityArgumentsValue
public class KernelDensityArgumentsValue
type KernelDensityArgumentsValue = class
Public Class KernelDensityArgumentsValue
- Inheritance
-
KernelDensityArgumentsValue
Constructors
| KernelDensityArgumentsValue(Int64, Double) |
Additional arguments required for KernelDensity summary function. |
Properties
| KernelDensityBandwidth |
Kernel density bandwidth. |
| KernelDensityPointCount |
Number of kernel density points to calculate. |
Methods
| ToDictionary() |
Convert KernelDensityArgumentsValue to a dictionary object. |