MiningModelAlgorithms Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information regarding algorithms for MiningModel objects.
public static class MiningModelAlgorithms
type MiningModelAlgorithms = class
Public Class MiningModelAlgorithms
- Inheritance
-
MiningModelAlgorithms
Fields
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. |
Properties
AllValues |
Gets all supported values of the mining model algorithm. |
Methods
IsStandardMicrosoftAlgorithm(String) |
Indicates whether the algorithm is a standard value. |