Compartir a través de


MiningService Miembros

Represents a mining algorithm available from a AdomdConnection object.

El tipo MiningService expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals Determines whether this instance of MiningService is equal to another instance of MiningService. (Invalida Object. . :: . .Equals(Object).)
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Invalida Object. . :: . .GetHashCode() () () ().)
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 service. (Invalida Object. . :: . .ToString() () () ().)

Principio

Operadores

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

Principio

Propiedades

  Nombre Descripción
Propiedad pública AllowsDuplicateKey Determines whether the mining service allows cases to have duplicate keys.
Propiedad pública AllowsIncrementalInsert Determines whether the mining service allows additional INSERT INTO statements after the initial training.
Propiedad pública AllowsPMMLInitialization Determines whether the mining service allows the creation of a data mining model (including the structure and the content) based on an XML document.
Propiedad pública AvailableParameters Gets the mining service parameters available to this service.
Propiedad pública Control Gets the MiningServiceControl for the mining service model.
Propiedad pública Description Gets the description of this mining service.
Propiedad pública DisplayName Gets the localizable display name for the mining service.
Propiedad pública ExpectedQuality Gets a MiningServiceExpectedQuality representing the expected quality of the model produced with this mining service.
Propiedad pública Guid Gets the GUID for the mining service.
Propiedad pública Name Gets the name of the mining service.
Propiedad pública ParentConnection Gets the connection from which this mining service is available.
Propiedad pública PredictionComplexity Gets the MiningServicePredictionComplexity representing the expected time for predicting with the mining service.
Propiedad pública PredictionLimit Gets the maximum number of predictions the mining service can provide.
Propiedad pública Properties Gets the properties of this mining service.
Propiedad pública Scaling Gets a MiningServiceScaling representing the scalability of the mining service.
Propiedad pública SupportedDistributionFlags Gets the MiningColumnDistribution flags that are supported by the mining service.
Propiedad pública SupportedInputContentTypes Gets the content types supported by the mining service.
Propiedad pública SupportedModelingFlags Gets the modeling flags supported by the mining service.
Propiedad pública SupportedPredictionContentTypes Gets the supported prediction content types for the mining service.
Propiedad pública SupportsDMDimensions Determines whether the mining service supports data mining dimensions.
Propiedad pública SupportsDrillthrough Determines whether the mining service supports drillthrough.
Propiedad pública TrainingComplexity Gets the MiningServiceTrainingComplexity that represents the expected time to train a model using this mining service.
Propiedad pública ViewerType Gets the viewer recommended to view the results of this mining service.

Principio