C# Class Accord.Statistics.Distributions.Fitting.NormalOptions

Inheritance: IFittingOptions
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
Clone ( ) : object

Creates a new object that is a copy of the current instance.

NormalOptions ( ) : System

Initializes a new instance of the NormalOptions class.

Method Details

Clone() public method

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
return object

NormalOptions() public method

Initializes a new instance of the NormalOptions class.
public NormalOptions ( ) : System
return System