| title |
Algorithm Element (ASSL) | Microsoft Docs |
| ms.custom |
|
| ms.date |
03/14/2017 |
| ms.prod |
sql-server-2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
analysis-services |
docset-sql-devref |
|
| ms.tgt_pltfrm |
|
| ms.topic |
reference |
| apiname |
|
| apilocation |
|
| apitype |
Schema |
| applies_to |
|
| f1_keywords |
|
| helpviewer_keywords |
|
| ms.assetid |
188bf7ce-c5c9-406a-af75-5a026c92a569 |
| caps.latest.revision |
38 |
| author |
Minewiskan |
| ms.author |
owend |
| manager |
erikre |
Defines the algorithm used by a MiningModel element.
<MiningModel>
...
<Algorithm>...</Algorithm>
...
</MiningModel>
| Characteristic |
Description |
| Data type and length |
String |
| Default value |
None |
| Cardinality |
1-1: Required element that can occur once and only once. |
| Relationship |
Element |
| Parent element |
MiningModel |
| Child elements |
None |
Remarks
The value of the Algorithm element is a string that identifies the algorithm. For example, the string could be Microsoft_Naive_Bayes, Microsoft_Decision_Trees, or Microsoft_Clustering. The string identifies algorithms supplied by [!INCLUDEmsCoName] and custom algorithms supplied by the user. Available values for the Algorithm element can be retrieved from the SERVICE_NAME column of the DMSCHEMA_MINING_SERVICES schema rowset.
The element that corresponds to the parent of Algorithm in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.MiningModel. A closely related element in the AMO object model is xref:Microsoft.AnalysisServices.MiningModelAlgorithms.
AlgorithmParameter Element (ASSL)
AlgorithmParameters Element (ASSL)
Properties (ASSL)