Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |