Поделиться через


Элементы MiningService

Represents a mining algorithm available from the Context object.

Тип MiningService предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the MiningService.
Открытый метод Dispose Releases all resources used by the MiningService.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.
Открытое свойство 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.
Открытое свойство 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.
Открытое свойство UniqueName
Открытое свойство ViewerType Gets the viewer recommended to view the results of this mining service.

В начало