Membros AlgorithmParameter
Defines a parameter for the algorithm used by a MiningModel element. This class cannot be inherited.
O tipo AlgorithmParameter expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Creates a new, full copy of an object. | |
CopyTo | Copies an AlgorithmParameter object to the specified object. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Name | Gets or sets the name of an AlgorithmParameter. | |
Value | Gets or sets the value of the associated AlgorithmParameter. |
Início
Implementações de interface explícitas
Nome | Descrição | |
---|---|---|
ICloneable. . :: . .Clone | Infraestrutura. |
Início