Model Fit Options.Get Option<T> Method
Returns the value of the option with the specified name.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The value of the option named name.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public abstract T GetOption<T>(
string name
)
Parameters
- name String
- The name of the option.
Type Parameters
- T
- The type of the option.
Return Value
TThe value of the option named name.
Exceptions
Key | An option named name does not exist. |