Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the discretization methods for the mining structure column.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.MiningStructureColumnDiscretizationMethods
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public NotInheritable Class MiningStructureColumnDiscretizationMethods
'Usage
public static class MiningStructureColumnDiscretizationMethods
public ref class MiningStructureColumnDiscretizationMethods abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningStructureColumnDiscretizationMethods = class end
public final class MiningStructureColumnDiscretizationMethods
The MiningStructureColumnDiscretizationMethods type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() |
AllValues | Gets all values for the MiningStructureColumnDiscretizationMethods class. |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
Automatic | The automatic value. |
![]() ![]() |
Clusters | The clusters value. |
![]() ![]() |
EqualAreas | The equal areas value. |
![]() ![]() |
EqualRanges | The equal ranges value. |
![]() ![]() |
Thresholds | The thresholds value. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.