MiningModelAlgorithms Class
Contains an algorithm for MiningModel objects.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.MiningModelAlgorithms
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public NotInheritable Class MiningModelAlgorithms
'Usage
public static class MiningModelAlgorithms
public ref class MiningModelAlgorithms abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningModelAlgorithms = class end
public final class MiningModelAlgorithms
The MiningModelAlgorithms type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllValues | Gets all values of the mining model algorithm. |
Top
Methods
Name | Description | |
---|---|---|
IsStandardMicrosoftAlgorithm | Indicates whether the algorithm is a standard value. |
Top
Fields
Name | Description | |
---|---|---|
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. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.