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

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

Public Methods

Method Description
CauchyOptions ( ) : System

Initializes a new instance of the CauchyOptions class.

Clone ( ) : object

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

Method Details

CauchyOptions() public method

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

Clone() public method

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