Defines a parameter for the algorithm used by a MiningModel element.
语法
<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 | |
| Child elements | 
备注
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.
请参阅
参考
MiningModel Element (ASSL)
Algorithm Element (ASSL)
Objects (ASSL)