ScalarMiningStructureColumn Members
Include Protected Members
Include Inherited Members
Represents a MiningStructureColumn element that contains scalar values. This class cannot be inherited.
The ScalarMiningStructureColumn type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ScalarMiningStructureColumn() | Initializes a new instance of the ScalarMiningStructureColumn class using default values. | |
ScalarMiningStructureColumn(String) | Initializes a new instance of ScalarMiningStructureColumn using a name. | |
ScalarMiningStructureColumn(String, String) | Initializes a new instance of ScalarMiningStructureColumn using a name and an identifier. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Inherited from ModelComponent.) | |
CanRaiseEvents | (Inherited from Component.) | |
ClassifiedColumns | Contains the collection of related columns that are classified by the ScalarMiningStructureColumn object. | |
Container | (Inherited from Component.) | |
Content | Gets or sets the content of the column in the ScalarMiningStructureColumn object. | |
Description | (Inherited from NamedComponent.) | |
DesignMode | (Inherited from Component.) | |
DiscretizationBucketCount | Gets or sets the number of buckets into which to discretize the column values. | |
DiscretizationMethod | Gets or sets the method to be used for discretization. | |
Distribution | Gets or sets a provider-specific value that describes how scalar values are distributed within a column of a ScalarMiningStructureColumn object. | |
Events | (Inherited from Component.) | |
FriendlyName | (Inherited from NamedComponent.) | |
ID | (Inherited from NamedComponent.) | |
IsKey | Gets or sets whether the column provides the key for the case in a ScalarMiningStructureColumn object. | |
KeyColumns | Gets the collection of KeyColumns definitions for ScalarMiningStructureColumn. | |
KeyForCollection | (Inherited from NamedComponent.) | |
ModelingFlags | Gets the collection of ModelingFlags for a column. | |
Name | (Inherited from NamedComponent.) | |
NameColumn | Gets or sets the column that provides the name of ScalarMiningStructureColumn. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent.) | |
Parent | Infrastructure. (Inherited from ModelComponent.) | |
ParentDatabase | Gets the parent Database of the MiningStructureColumn object. (Inherited from MiningStructureColumn.) | |
ParentMiningStructure | Gets the parent mining structure of a MiningStructureColumn object. (Inherited from MiningStructureColumn.) | |
ParentServer | Gets the parent Database of the MiningStructureColumn object. (Inherited from MiningStructureColumn.) | |
Site | (Inherited from NamedComponent.) | |
SiteID | (Inherited from NamedComponent.) | |
Source | Gets or sets the source for the column. | |
Translations | Gets the collection of Translation objects associated with the ScalarMiningStructureColumn. | |
Type | Gets or sets the data type of the mining structure column. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone() | ||
IFormattable.ToString(String, IFormatProvider) | (Inherited from NamedComponent.) | |
IHostableComponent.Host | (Inherited from ModelComponent.) | |
IModelComponent.FriendlyPath | (Inherited from ModelComponent.) | |
IModelComponent.OwningCollection | (Inherited from ModelComponent.) |
Top