Compartilhar via


2.2.4.2.2.16.3 AlgorithmParameter

This complex type represents an algorithm parameter for a MiningModel. The parameters that are allowed vary by which algorithm is chosen.

   <xsd:complexType name="AlgorithmParameter">
     <xsd:all>
       <xsd:element name="Name" type="xsd:string"/>
       <xsd:element name="Value" type="xsd:anySimpleType" />
     </xsd:all>
   </xsd:complexType>

Element

Read-Only

Default value

Description

Name

[Required]

The parameter name. Algorithm-specific.

Value

[Required]

The parameter value. Algorithm-specific.