Model Fit Options.Set Option<T> Method
            
            
            Sets the value of the option with the specified name.
            
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
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
| Key | An option named name does not exist.  |