MiningModel Members
Include Protected Members
Include Inherited Members
Represents a mining model of an AdomdConnection.
The MiningModel type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
{dtor}() | Releases all resources used by the MiningModel. |
![]() |
Dispose() | Releases all resources used by the MiningModel. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
FindAttribute(Int32) | Returns the MiningAttribute specified by an attribute ID. |
![]() |
GetAttributeFullStatistics(Int32) | Returns the statistics for the specified attribute, including the statistics for each state of the attribute. |
![]() |
GetAttributes(MiningFeatureSelection) | Returns a collection of attributes based on the specified MiningFeatureSelection. |
![]() |
GetAttributeSimpleStatistics(Int32) | Returns the statistics for the specified attribute, excluding the statistics for each state of the attribute. |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetNodeFromUniqueName(String) | Returns a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode. |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Algorithm | Gets a provider-specific name that describes the algorithm that is used to generate the model. |
![]() |
AllowDrillThrough | Gets a value that indicates whether the mining model allows drillthrough. |
![]() |
Attributes | Gets the mining attributes associated with this mining model. |
![]() |
Columns | Gets a collection of MiningModelColumn objects for the model. |
![]() |
Content | Gets a collection of top-level MiningContentNode objects for the model. |
![]() |
Created | Gets the date and time that the mining model was created. |
![]() |
Description | Gets the user-defined description of the mining model. |
![]() |
Filter | |
![]() |
IsProcessed | Gets a value that indicates whether the mining model is populated. |
![]() |
LastProcessed | Gets the date and time that the mining model was last processed. |
![]() |
LastUpdated | Gets the date and time that the mining model was last updated. |
![]() |
Name | Gets the name of the mining model. |
![]() |
Parameters | Gets a collection of MiningParameter objects that apply to the mining model. |
![]() |
Parent | Gets the MiningStructureto which this mining model belongs. |
![]() |
Properties | Gets a collection of Property objects that apply to the mining model. |
![]() |
TrainingSetSize | |
![]() |
UniqueName |
Top