AlgorithmParameter 成員
Defines a parameter for the algorithm used by a MiningModel element. This class cannot be inherited.
AlgorithmParameter 型別公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
![]() |
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. |
頂端
方法
名稱 | 描述 | |
---|---|---|
![]() |
Clone | Creates a new, full copy of an object. |
![]() |
CopyTo | Copies an AlgorithmParameter object to the specified object. |
![]() |
Equals | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
ToString | (繼承自 Object。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
![]() |
Name | Gets or sets the name of an AlgorithmParameter. |
![]() |
Value | Gets or sets the value of the associated AlgorithmParameter. |
頂端