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
Public propertyStatic member AllValues Gets all values of the mining model algorithm.

Top

Methods

  Name Description
Public methodStatic member IsStandardMicrosoftAlgorithm Indicates whether the algorithm is a standard value.

Top

Fields

  Name Description
Public fieldStatic member MicrosoftAssociationRules The Microsoft association rules value.
Public fieldStatic member MicrosoftClustering The Microsoft clustering value.
Public fieldStatic member MicrosoftDecisionTrees The Microsoft decision trees value.
Public fieldStatic member MicrosoftLinearRegression The Microsoft linear regression value.
Public fieldStatic member MicrosoftLogisticRegression The Microsoft logistic regression value.
Public fieldStatic member MicrosoftNaiveBayes The Microsoft naïve Bayes value.
Public fieldStatic member MicrosoftNeuralNetwork The Microsoft neural network value
Public fieldStatic member MicrosoftSequenceClustering The Microsoft sequence clustering value.
Public fieldStatic member 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.

See Also

Reference

Microsoft.AnalysisServices Namespace