Freigeben über


MiningService-Member

Represents a mining algorithm available from the Context object.

Der MiningService-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the MiningService.
Öffentliche Methode Dispose Releases all resources used by the MiningService.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang