Classe MiningModelAlgorithms
Contains an algorithm for MiningModel objects.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.MiningModelAlgorithms
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class MiningModelAlgorithms
'Utilizzo
public static class MiningModelAlgorithms
public ref class MiningModelAlgorithms abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningModelAlgorithms = class end
public final class MiningModelAlgorithms
Nel tipo MiningModelAlgorithms sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
AllValues | Gets all values of the mining model algorithm. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
IsStandardMicrosoftAlgorithm | Indicates whether the algorithm is a standard value. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
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 alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.