MiningStructureColumnDiscretizationMethods Class
Updated: May 24, 2016
Represents the discretization methods for the mining structure column.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AllValues | Gets all values for the MiningStructureColumnDiscretizationMethods class. |
| Name | Description | |
|---|---|---|
![]() ![]() | Automatic | Indicates that discretization uses the most appropriate method, as determined by the engine. |
![]() ![]() | Clusters | Indicates that discretization uses clustering. |
![]() ![]() | EqualAreas | Indicates that discretization uses the equal areas method. |
![]() ![]() | EqualRanges | Indicates that discretization uses the equal ranges method. |
![]() ![]() | Thresholds | Indicates that discretization is based on threshold values. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


