This topic has not yet been rated - Rate this topic

ScalarMiningStructureColumn.Distribution Property

Gets or sets a provider-specific value that describes how scalar values are distributed within a column of a ScalarMiningStructureColumn object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnDistributionTypeConverter, Microsoft.AnalysisServices.Design")]
public string Distribution { get; set; }

Property Value

Type: System.String
A String that contains a provider-specific value that describes how scalar values are distributed within a column of a ScalarMiningStructureColumn object.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.