MiningModel 成員

Represents a mining model of an AdomdConnection.

MiningModel 型別公開下列成員。

方法

  名稱 描述
公用方法 Equals Determines whether two instances of MiningModel are equal. (覆寫 Object. . :: . .Equals(Object)。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 FindAttribute Gets the MiningAttribute specified by an attribute ID.
公用方法 GetAttributes Gets a collection of attributes based on their feature selection status.
公用方法 GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (覆寫 Object. . :: . .GetHashCode() () () ()。)
公用方法 GetNodeFromUniqueName Gets a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString Gets the name of the mining model. (覆寫 Object. . :: . .ToString() () () ()。)

頂端

運算子

  名稱 描述
公用運算子靜態成員 Equality Determines whether two instances of MiningModel are equal.
公用運算子靜態成員 Inequality Determines whether two instances of MiningModel are unequal.

頂端

屬性

  名稱 描述
公用屬性 Algorithm Gets a provider-specific name that describes the algorithm used to generate the model.
公用屬性 AllowDrillThrough 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 the mining model was created.
公用屬性 Description Gets the user-defined description of the mining model.
公用屬性 Filter Returns the filter expression that is associated with the model.
公用屬性 IsProcessed Indicates if the mining model has been processed.
公用屬性 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 MiningStructure to which this mining model belongs.
公用屬性 ParentConnection Gets the AdomdConnection to which this mining model belongs.
公用屬性 Properties Gets a collection of Property objects that apply to the mining model.
公用屬性 TrainingSetSize Returns the size, as a count of cases, of the data set that was used for training when the model was created.

頂端