AlgorithmParameter Members
Include Protected Members
Include Inherited Members
Defines a parameter for the algorithm used by a MiningModel element. This class cannot be inherited.
The AlgorithmParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Clone() | Creates a new, full copy of an object. | |
CopyTo(AlgorithmParameter) | Copies an AlgorithmParameter object to the specified object. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the name of an AlgorithmParameter. | |
Value | Gets or sets the value of the associated AlgorithmParameter. |
Top