Clase MiningModel
Represents a mining model of an AdomdConnection.
Jerarquía de herencia
System.Object
Microsoft.AnalysisServices.AdomdServer.MiningModel
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
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
El tipo MiningModel expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Algorithm | Gets a provider-specific name that describes the algorithm that is used to generate the model. | |
AllowDrillThrough | Gets a value that 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 that the mining model was created. | |
Description | Gets the user-defined description of the mining model. | |
Filter | Gets the DMX filter which is used in selecting the structure cases used in training the mining model. | |
IsProcessed | Gets a value that indicates whether the mining model is populated. | |
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. | |
Properties | Gets a collection of Property objects that apply to the mining model. | |
TrainingSetSize | Gets the size of the training set used in training the mining model. | |
UniqueName | Gets the unique name of the MiningModel. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
{dtor} | Releases all resources used by the MiningModel. | |
Dispose | Releases all resources used by the current instance of the MiningModel class. | |
Equals | (Se hereda de Object.) | |
FindAttribute | Returns the MiningAttribute specified by an attribute ID. | |
GetAttributeFullStatistics | Returns the statistics for the specified attribute, including the statistics for each state of the attribute. | |
GetAttributes | Returns a collection of attributes based on the specified MiningFeatureSelection. | |
GetAttributeSimpleStatistics | Returns the statistics for the specified attribute, excluding the statistics for each state of the attribute. | |
GetHashCode | (Se hereda de Object.) | |
GetNodeFromUniqueName | Returns a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode. | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.