ModelFitOptions Class

Represents the options available when fitting a statistical or machine learning model.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
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

ModelFitOptionsInitializes a new instance of the ModelFitOptions class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetOption<T> Returns the value of the option with the specified name.
GetOptionNames Gets the names of all available options.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetOption<T> Sets the value of the option with the specified name.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also