This topic has not yet been rated - Rate this topic

AlgorithmParameter Members

Defines a parameter for the algorithm used by a MiningModel element. This class cannot be inherited.

The AlgorithmParameter type exposes the following members.

  NameDescription
Public method AlgorithmParameter() Initializes a new instance of the AlgorithmParameter class using the default values.
Public method AlgorithmParameter(String, Object) Initializes a new instance of AlgorithmParameter using a name and a value.
Top
  NameDescription
Public method Clone() Creates a new, full copy of an object.
Public method CopyTo(AlgorithmParameter) Copies an AlgorithmParameter object to the specified object.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)
Top
  NameDescription
Public property Name Gets or sets the name of an AlgorithmParameter.
Public property Value Gets or sets the value of the associated AlgorithmParameter.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.