ScalarMiningStructureColumn.DiscretizationMethod Property

Definition

Gets or sets the method to be used for discretization.

[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelColumnDiscretizationMethodTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public string DiscretizationMethod { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelColumnDiscretizationMethodTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.DiscretizationMethod : string with get, set
Public Property DiscretizationMethod As String

Property Value

A String containing the method to be used for discretization.

Attributes

Remarks

The value of DiscretizationMethod determines how values for the ScalarMiningStructureColumn are discretized, or organized into a specific set of groups. For more information about discretization methods, see Discretization Methods (Data Mining). The value of this property is limited to one of the strings in the following table. Value Description ----- ----------- Automatic Equivalent to the AUTOMATIC discretization method for mining structure columns. EqualAreas Equivalent to the EQUAL_AREAS discretization method for mining structure columns. Clusters Equivalent to the CLUSTERS discretization method for mining structure columns. Thresholds Equivalent to the THRESHOLDS discretization method for mining structure columns. EqualRanges Equivalent to the EQUAL_RANGES discretization method for mining structure columns.

Applies to