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 AlgorithmParameter.

See Also

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