Freigeben über


MiningModelAlgorithms-Klasse

Contains an algorithm for MiningModel objects.

Vererbungshierarchie

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

Der MiningModelAlgorithms-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche EigenschaftStatisches Element AllValues Gets all values of the mining model algorithm.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche MethodeStatisches Element IsStandardMicrosoftAlgorithm Indicates whether the algorithm is a standard value.

Zum Anfang

Felder

  Name Beschreibung
Öffentliches FeldStatisches Element MicrosoftAssociationRules The Microsoft association rules value.
Öffentliches FeldStatisches Element MicrosoftClustering The Microsoft clustering value.
Öffentliches FeldStatisches Element MicrosoftDecisionTrees The Microsoft decision trees value.
Öffentliches FeldStatisches Element MicrosoftLinearRegression The Microsoft linear regression value.
Öffentliches FeldStatisches Element MicrosoftLogisticRegression The Microsoft logistic regression value.
Öffentliches FeldStatisches Element MicrosoftNaiveBayes The Microsoft naïve Bayes value.
Öffentliches FeldStatisches Element MicrosoftNeuralNetwork The Microsoft neural network value
Öffentliches FeldStatisches Element MicrosoftSequenceClustering The Microsoft sequence clustering value.
Öffentliches FeldStatisches Element MicrosoftTimeSeries The Microsoft time series value.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace