Represents the options available when fitting a statistical
or machine learning model.
SystemObject Extreme.DataAnalysis.ModelsModelFitOptions
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public abstract class ModelFitOptions
Public MustInherit Class ModelFitOptions
public ref class ModelFitOptions abstract
[<AbstractClassAttribute>]
type ModelFitOptions = class end
The ModelFitOptions type exposes the following members.
| Name | Description |
---|
 | ModelFitOptions | Initializes a new instance of the ModelFitOptions class |
Top
| Name | Description |
---|
 | 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.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetOptionT |
Returns the value of the option with the specified name.
|
 | GetOptionNames |
Gets the names of all available options.
|
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | SetOptionT |
Sets the value of the option with the specified name.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Use the ModelFitOptions class to specify hyper-options
or structural properties of a model that can be set when fitting a model.
Reference