Freigeben über


MiningService-Member

Represents a mining algorithm available from a AdomdConnection object.

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

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether this instance of MiningService is equal to another instance of MiningService. (Überschreibt Object. . :: . .Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Überschreibt Object. . :: . .GetHashCode() () () ().)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Gets the name of the mining service. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatischer Member Equality Determines whether two instances of MiningService are equal.
Öffentlicher OperatorStatischer Member Inequality Determines whether two instances of MiningService are unequal.

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 document.
Ö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 ParentConnection Gets the connection from which this mining service is available.
Ö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 ViewerType Gets the viewer recommended to view the results of this mining service.

Zum Anfang