ModelFitOptions.SetOption<T> Method

Sets the value of the option with the specified name.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public abstract void SetOption<T>(
	string name,
	T value
)

Parameters

name  String
The name of the option.
value  T
The new value for the option.

Type Parameters

T
The type of the option.

Exceptions

KeyNotFoundException

An option named name does not exist.

See Also