Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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. |