Compartilhar via


Classe MiningModel

Represents a mining model of an AdomdConnection.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningModel

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public NotInheritable Class MiningModel _
    Implements IDisposable, IMetadataObject
'Uso
Dim instance As MiningModel
public sealed class MiningModel : IDisposable, 
    IMetadataObject
public ref class MiningModel sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningModel =  
    class 
        interface IDisposable 
        interface IMetadataObject 
    end
public final class MiningModel implements IDisposable, IMetadataObject

O tipo MiningModel expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Algorithm Gets a provider-specific name that describes the algorithm that is used to generate the model.
Propriedade pública AllowDrillThrough Gets a value that 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 that the mining model was created.
Propriedade pública Description Gets the user-defined description of the mining model.
Propriedade pública Filter Gets the DMX filter which is used in selecting the structure cases used in training the mining model.
Propriedade pública IsProcessed Gets a value that indicates whether the mining model is populated.
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 Properties Gets a collection of Property objects that apply to the mining model.
Propriedade pública TrainingSetSize Gets the size of the training set used in training the mining model.
Propriedade pública UniqueName Gets the unique name of the MiningModel.

Início

Métodos

  Nome Descrição
Método público {dtor} Releases all resources used by the MiningModel.
Método público Dispose Releases all resources used by the current instance of the MiningModel class.
Método público Equals (Herdado de Object.)
Método público FindAttribute Returns the MiningAttribute specified by an attribute ID.
Método público GetAttributeFullStatistics Returns the statistics for the specified attribute, including the statistics for each state of the attribute.
Método público GetAttributes Returns a collection of attributes based on the specified MiningFeatureSelection.
Método público GetAttributeSimpleStatistics Returns the statistics for the specified attribute, excluding the statistics for each state of the attribute.
Método público GetHashCode (Herdado de Object.)
Método público GetNodeFromUniqueName Returns a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices.AdomdServer