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

Inheritance: IFittingOptions
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the CauchyOptions class.
public CauchyOptions ( ) : System
Résultat System

Clone() public méthode

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