ScalarMiningStructureColumn.Distribution Property
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.
Gets or sets a provider-specific value that describes how scalar values are distributed within a column of a ScalarMiningStructureColumn object.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelColumnDistributionTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public string Distribution { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelColumnDistributionTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.Distribution : string with get, set
Public Property Distribution As String
Property Value
A String that contains a provider-specific value that describes how scalar values are distributed within a column of a ScalarMiningStructureColumn object.
- Attributes
Remarks
The values available for the Distribution parameter, such as Normal or Uniform, are specific to each mining algorithm provider. For more information about valid Distribution values, see the mining algorithm provider documentation.