Model Fit Options Class
Represents the options available when fitting a statistical
or machine learning model.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public abstract class ModelFitOptions
- Inheritance
- Object → ModelFitOptions
Remarks
Use the ModelFitOptions class to specify hyper-options or structural properties of a model that can be set when fitting a model.
Constructors
Model | Initializes a new instance of the ModelFitOptions class |
Methods
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Returns the value of the option with the specified name. |
Get | Gets the names of all available options. |
Get | Gets the Type of the current instance. (Inherited from Object) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
Set | Sets the value of the option with the specified name. |
ToString | Returns a string that represents the current object. (Inherited from Object) |