Compartir a través de


MiningModel Miembros

Represents a mining model of an AdomdConnection.

El tipo MiningModel expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals Determines whether two instances of MiningModel are equal. (Invalida Object. . :: . .Equals(Object).)
Método protegido Finalize (Se hereda de Object).
Método publico FindAttribute Gets the MiningAttribute specified by an attribute ID.
Método publico GetAttributes Gets a collection of attributes based on their feature selection status.
Método publico GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Invalida Object. . :: . .GetHashCode() () () ().)
Método publico GetNodeFromUniqueName Gets a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString Gets the name of the mining model. (Invalida Object. . :: . .ToString() () () ().)

Principio

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality Determines whether two instances of MiningModel are equal.
Operador públicoMiembro estático Inequality Determines whether two instances of MiningModel are unequal.

Principio

Propiedades

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

Principio