MiningStructureColumnDiscretizationMethods Class
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.
Represents the discretization methods for the mining structure column.
public static class MiningStructureColumnDiscretizationMethods
type MiningStructureColumnDiscretizationMethods = class
Public Class MiningStructureColumnDiscretizationMethods
- Inheritance
-
MiningStructureColumnDiscretizationMethods
Fields
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. |
Properties
AllValues |
Gets all values for the MiningStructureColumnDiscretizationMethods class. |