Partager via


Membres MiningService

Represents a mining algorithm available from the Context object.

Le type MiningService expose les membres suivants.

Méthodes

  Nom Description
Méthode publique {dtor} Releases all resources used by the MiningService.
Méthode publique Dispose Releases all resources used by the MiningService.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

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

Haut de la page