Skip to content

Latest commit

 

History

History
72 lines (59 loc) · 2.78 KB

File metadata and controls

72 lines (59 loc) · 2.78 KB
title AlgorithmParameter Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/03/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
AlgorithmParameter Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
AlgorithmParameter
helpviewer_keywords
AlgorithmParameter element
ms.assetid 73211495-065c-43c6-a486-be6044617263
caps.latest.revision 35
author Minewiskan
ms.author owend
manager erikre

AlgorithmParameter Element (ASSL)

Defines a parameter for the algorithm used by a MiningModel element.

Syntax

  
<AlgorithmParameters>  
   <AlgorithmParameter>  
      <Name>...</Name>  
      <Value>...</Value>  
   </AlgorithmParameter>  
</AlgorithmParameters>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements AlgorithmParameters
Child elements Name, Value

Remarks

An AlgorithmParameter is a parameter for a mining model algorithm. The AlgorithmParameter represents this parameter as a name/value pair. The set of applicable parameters that an AlgorithmParameter can represent is algorithm-dependent. For more information about algorithm parameters for a given algorithm, see the appropriate documentation for that algorithm.

Available algorithm parameters, including validation and display information, can be retrieved from the DMSCHEMA_MINING_SERVICE_PARAMETERS schema rowset.

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.AlgorithmParameter.

See Also

MiningModel Element (ASSL)
Algorithm Element (ASSL)
Objects (ASSL)