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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.