MiningService Members
Include Protected Members
Include Inherited Members
Represents a mining algorithm available from the Context object.
The MiningService type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | {dtor}() | Releases all resources used by the MiningService. | 
| .gif) | Dispose() | Releases all resources used by the MiningService. | 
| .gif) | Equals(Object) | (Inherited from Object.) | 
| .gif) | Finalize() | (Inherited from Object.) | 
| .gif) | GetHashCode() | (Inherited from Object.) | 
| .gif) | GetType() | (Inherited from Object.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | ToString() | (Inherited from Object.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | AllowsDuplicateKey | Determines whether the mining service allows cases to have duplicate keys. | 
| .gif) | AllowsIncrementalInsert | Determines whether the mining service allows additional INSERT INTO statements after the initial training. | 
| .gif) | AllowsPMMLInitialization | Determines whether the mining service allows the creation of a data mining model (including the structure and the content) based on an XML. | 
| .gif) | AvailableParameters | Gets the mining service parameters available to this service. | 
| .gif) | Control | Gets the MiningServiceControl for the mining service model. | 
| .gif) | Description | Gets the description of this mining service. | 
| .gif) | DisplayName | Gets the localizable display name for the mining service. | 
| .gif) | ExpectedQuality | Gets a MiningServiceExpectedQuality representing the expected quality of the model produced with this mining service. | 
| .gif) | Guid | Gets the GUID for the mining service. | 
| .gif) | Name | Gets the name of the mining service. | 
| .gif) | PredictionComplexity | Gets the MiningServicePredictionComplexity representing the expected time for predicting with the mining service. | 
| .gif) | PredictionLimit | Gets the maximum number of predictions the mining service can provide. | 
| .gif) | Properties | Gets the properties of this mining service. | 
| .gif) | Scaling | Gets a MiningServiceScaling representing the scalability of the mining service. | 
| .gif) | SupportedDistributionFlags | Gets the MiningColumnDistribution flags that are supported by the mining service. | 
| .gif) | SupportedInputContentTypes | Gets the content types supported by the mining service. | 
| .gif) | SupportedModelingFlags | Gets the modeling flags supported by the mining service. | 
| .gif) | SupportedPredictionContentTypes | Gets the supported prediction content types for the mining service. | 
| .gif) | SupportsDMDimensions | Determines whether the mining service supports data mining dimensions. | 
| .gif) | SupportsDrillThrough | Determines whether the mining service supports drillthrough. | 
| .gif) | TrainingComplexity | Gets the MiningServiceTrainingComplexity that represents the expected time to train a model using this mining service. | 
| .gif) | UniqueName | |
| .gif) | ViewerType | Gets the viewer recommended to view the results of this mining service. | 
Top