MiningService 成員

Represents a mining algorithm available from a AdomdConnection object.

MiningService 型別公開下列成員。

方法

  名稱 描述
公用方法 Equals Determines whether this instance of MiningService is equal to another instance of MiningService. (覆寫 Object. . :: . .Equals(Object)。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (覆寫 Object. . :: . .GetHashCode() () () ()。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString Gets the name of the mining service. (覆寫 Object. . :: . .ToString() () () ()。)

頂端

運算子

  名稱 描述
公用運算子靜態成員 Equality Determines whether two instances of MiningService are equal.
公用運算子靜態成員 Inequality Determines whether two instances of MiningService are unequal.

頂端

屬性

  名稱 描述
公用屬性 AllowsDuplicateKey Determines whether the mining service allows cases to have duplicate keys.
公用屬性 AllowsIncrementalInsert Determines whether the mining service allows additional INSERT INTO statements after the initial training.
公用屬性 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.
公用屬性 AvailableParameters Gets the mining service parameters available to this service.
公用屬性 Control Gets the MiningServiceControl for the mining service model.
公用屬性 Description Gets the description of this mining service.
公用屬性 DisplayName Gets the localizable display name for the mining service.
公用屬性 ExpectedQuality Gets a MiningServiceExpectedQuality representing the expected quality of the model produced with this mining service.
公用屬性 Guid Gets the GUID for the mining service.
公用屬性 Name Gets the name of the mining service.
公用屬性 ParentConnection Gets the connection from which this mining service is available.
公用屬性 PredictionComplexity Gets the MiningServicePredictionComplexity representing the expected time for predicting with the mining service.
公用屬性 PredictionLimit Gets the maximum number of predictions the mining service can provide.
公用屬性 Properties Gets the properties of this mining service.
公用屬性 Scaling Gets a MiningServiceScaling representing the scalability of the mining service.
公用屬性 SupportedDistributionFlags Gets the MiningColumnDistribution flags that are supported by the mining service.
公用屬性 SupportedInputContentTypes Gets the content types supported by the mining service.
公用屬性 SupportedModelingFlags Gets the modeling flags supported by the mining service.
公用屬性 SupportedPredictionContentTypes Gets the supported prediction content types for the mining service.
公用屬性 SupportsDMDimensions Determines whether the mining service supports data mining dimensions.
公用屬性 SupportsDrillthrough Determines whether the mining service supports drillthrough.
公用屬性 TrainingComplexity Gets the MiningServiceTrainingComplexity that represents the expected time to train a model using this mining service.
公用屬性 ViewerType Gets the viewer recommended to view the results of this mining service.

頂端