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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。