Элементы 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. |
В начало