Share via


MiningService Members

Include Protected Members
Include Inherited Members

Represents a mining algorithm available from a AdomdConnection object.

The MiningService type exposes the following members.

Methods

  Name Description
Public method Equals(Object) Determines whether this instance of MiningService is equal to another instance of MiningService. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Gets the name of the mining service. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality(MiningService, MiningService) Determines whether two instances of MiningService are equal.
Public operatorStatic member Inequality(MiningService, MiningService) Determines whether two instances of MiningService are unequal.

Top

Properties

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

Top