Membros MiningModel

Represents a mining model of an AdomdConnection.

O tipo MiningModel expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Equals Determines whether two instances of MiningModel are equal. (Substitui Object. . :: . .Equals(Object).)
Método protegido Finalize (Herdado de Object.)
Método público FindAttribute Gets the MiningAttribute specified by an attribute ID.
Método público GetAttributes Gets a collection of attributes based on their feature selection status.
Método público GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Substitui Object. . :: . .GetHashCode() () () ().)
Método público GetNodeFromUniqueName Gets a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString Gets the name of the mining model. (Substitui Object. . :: . .ToString() () () ().)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Equality Determines whether two instances of MiningModel are equal.
Operador públicoMembro estático Inequality Determines whether two instances of MiningModel are unequal.

Início

Propriedades

  Nome Descrição
Propriedade pública Algorithm Gets a provider-specific name that describes the algorithm used to generate the model.
Propriedade pública AllowDrillThrough Indicates whether the mining model allows drillthrough.
Propriedade pública Attributes Gets the mining attributes associated with this mining model.
Propriedade pública Columns Gets a collection of MiningModelColumn objects for the model.
Propriedade pública Content Gets a collection of top-level MiningContentNode objects for the model.
Propriedade pública Created Gets the date and time the mining model was created.
Propriedade pública Description Gets the user-defined description of the mining model.
Propriedade pública Filter Returns the filter expression that is associated with the model.
Propriedade pública IsProcessed Indicates if the mining model has been processed.
Propriedade pública LastProcessed Gets the date and time that the mining model was last processed.
Propriedade pública LastUpdated Gets the date and time that the mining model was last updated.
Propriedade pública Name Gets the name of the mining model.
Propriedade pública Parameters Gets a collection of MiningParameter objects that apply to the mining model.
Propriedade pública Parent Gets the MiningStructure to which this mining model belongs.
Propriedade pública ParentConnection Gets the AdomdConnection to which this mining model belongs.
Propriedade pública Properties Gets a collection of Property objects that apply to the mining model.
Propriedade 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.

Início