MiningServicePredictionComplexity 枚举
Describes the relative expected complexity of executing a prediction with the mining service algorithm.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public Enumeration MiningServicePredictionComplexity
用法
Dim instance As MiningServicePredictionComplexity
public enum MiningServicePredictionComplexity
public enum class MiningServicePredictionComplexity
type MiningServicePredictionComplexity
public enum MiningServicePredictionComplexity
成员
成员名称 | 说明 | |
---|---|---|
High | Represents a relatively high complexity. | |
Low | Represents a relatively low complexity. | |
Medium | Represents a relatively medium complexity. |