MiningModelAlgorithms 类

Contains an algorithm for MiningModel objects.

继承层次结构

System.Object
  Microsoft.AnalysisServices.MiningModelAlgorithms

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public NotInheritable Class MiningModelAlgorithms
用法
public static class MiningModelAlgorithms
public ref class MiningModelAlgorithms abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningModelAlgorithms =  class end
public final class MiningModelAlgorithms

MiningModelAlgorithms 类型公开以下成员。

属性

  名称 说明
公共属性静态成员 AllValues Gets all values of the mining model algorithm.

页首

方法

  名称 说明
公共方法静态成员 IsStandardMicrosoftAlgorithm Indicates whether the algorithm is a standard value.

页首

字段

  名称 说明
公共字段静态成员 MicrosoftAssociationRules The Microsoft association rules value.
公共字段静态成员 MicrosoftClustering The Microsoft clustering value.
公共字段静态成员 MicrosoftDecisionTrees The Microsoft decision trees value.
公共字段静态成员 MicrosoftLinearRegression The Microsoft linear regression value.
公共字段静态成员 MicrosoftLogisticRegression The Microsoft logistic regression value.
公共字段静态成员 MicrosoftNaiveBayes The Microsoft naïve Bayes value.
公共字段静态成员 MicrosoftNeuralNetwork The Microsoft neural network value
公共字段静态成员 MicrosoftSequenceClustering The Microsoft sequence clustering value.
公共字段静态成员 MicrosoftTimeSeries The Microsoft time series value.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices 命名空间