Classe MiningModelAlgorithms
Contains an algorithm for MiningModel objects.
Hierarquia de herança
System.Object
Microsoft.AnalysisServices.MiningModelAlgorithms
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public NotInheritable Class MiningModelAlgorithms
'Uso
public static class MiningModelAlgorithms
public ref class MiningModelAlgorithms abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningModelAlgorithms = class end
public final class MiningModelAlgorithms
O tipo MiningModelAlgorithms expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
AllValues | Gets all values of the mining model algorithm. |
Início
Métodos
Nome | Descrição | |
---|---|---|
IsStandardMicrosoftAlgorithm | Indicates whether the algorithm is a standard value. |
Início
Campos
Nome | Descrição | |
---|---|---|
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. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.