MiningServicePredictionComplexity 枚举
描述使用挖掘服务算法执行预测的预期复杂性(相对于针对其他算法的查询而言)。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public Enumeration MiningServicePredictionComplexity
用法
Dim instance As MiningServicePredictionComplexity
public enum MiningServicePredictionComplexity
public enum class MiningServicePredictionComplexity
type MiningServicePredictionComplexity
public enum MiningServicePredictionComplexity
成员
成员名称 | 说明 | |
---|---|---|
High | 查询复杂性相对较高。 | |
Low | 查询复杂性相对较低。 | |
Medium | 查询复杂性为中等。 |