MiningModel-Member

Represents a mining model of an AdomdConnection.

Der MiningModel-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two instances of MiningModel are equal. (Überschreibt Object. . :: . .Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode FindAttribute Gets the MiningAttribute specified by an attribute ID.
Öffentliche Methode GetAttributes Gets a collection of attributes based on their feature selection status.
Öffentliche Methode GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Überschreibt Object. . :: . .GetHashCode() () () ().)
Öffentliche Methode GetNodeFromUniqueName Gets a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Gets the name of the mining model. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatischer Member Equality Determines whether two instances of MiningModel are equal.
Öffentlicher OperatorStatischer Member Inequality Determines whether two instances of MiningModel are unequal.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Algorithm Gets a provider-specific name that describes the algorithm used to generate the model.
Öffentliche Eigenschaft AllowDrillThrough Indicates whether the mining model allows drillthrough.
Öffentliche Eigenschaft Attributes Gets the mining attributes associated with this mining model.
Öffentliche Eigenschaft Columns Gets a collection of MiningModelColumn objects for the model.
Öffentliche Eigenschaft Content Gets a collection of top-level MiningContentNode objects for the model.
Öffentliche Eigenschaft Created Gets the date and time the mining model was created.
Öffentliche Eigenschaft Description Gets the user-defined description of the mining model.
Öffentliche Eigenschaft Filter Returns the filter expression that is associated with the model.
Öffentliche Eigenschaft IsProcessed Indicates if the mining model has been processed.
Öffentliche Eigenschaft LastProcessed Gets the date and time that the mining model was last processed.
Öffentliche Eigenschaft LastUpdated Gets the date and time that the mining model was last updated.
Öffentliche Eigenschaft Name Gets the name of the mining model.
Öffentliche Eigenschaft Parameters Gets a collection of MiningParameter objects that apply to the mining model.
Öffentliche Eigenschaft Parent Gets the MiningStructure to which this mining model belongs.
Öffentliche Eigenschaft ParentConnection Gets the AdomdConnection to which this mining model belongs.
Öffentliche Eigenschaft Properties Gets a collection of Property objects that apply to the mining model.
Öffentliche Eigenschaft TrainingSetSize Returns the size, as a count of cases, of the data set that was used for training when the model was created.

Zum Anfang