AlgorithmParameter-Member
Defines a parameter for the algorithm used by a MiningModel element. This class cannot be inherited.
Der AlgorithmParameter-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
AlgorithmParameter() () () () | Initializes a new instance of the AlgorithmParameter class using the default values. | |
AlgorithmParameter(String, Object) | Initializes a new instance of AlgorithmParameter using a name and a value. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Clone | Creates a new, full copy of an object. | |
CopyTo | Copies an AlgorithmParameter object to the specified object. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Name | Gets or sets the name of an AlgorithmParameter. | |
Value | Gets or sets the value of the associated AlgorithmParameter. |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ICloneable. . :: . .Clone | Infrastruktur. |
Zum Anfang