Classe MiningModelAlgorithms
Contains an algorithm for MiningModel objects.
Hiérarchie d'héritage
System.Object
Microsoft.AnalysisServices.MiningModelAlgorithms
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public NotInheritable Class MiningModelAlgorithms
'Utilisation
public static class MiningModelAlgorithms
public ref class MiningModelAlgorithms abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningModelAlgorithms = class end
public final class MiningModelAlgorithms
Le type MiningModelAlgorithms expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
AllValues | Gets all values of the mining model algorithm. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
IsStandardMicrosoftAlgorithm | Indicates whether the algorithm is a standard value. |
Haut de la page
Champs
Nom | 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. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.