Compartir a través de


AlgorithmParameter Miembros

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

El tipo AlgorithmParameter expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico AlgorithmParameter() () () () Initializes a new instance of the AlgorithmParameter class using the default values.
Método publico AlgorithmParameter(String, Object) Initializes a new instance of AlgorithmParameter using a name and a value.

Principio

Métodos

  Nombre Descripción
Método publico Clone Creates a new, full copy of an object.
Método publico CopyTo Copies an AlgorithmParameter object to the specified object.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Name Gets or sets the name of an AlgorithmParameter.
Propiedad pública Value Gets or sets the value of the associated AlgorithmParameter.

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICloneable. . :: . .Clone Infraestructura.

Principio