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

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

Public Methods

Method Description
BetaOptions ( ) : System

Initializes a new instance of the BetaOptions class.

Clone ( ) : object

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

Method Details

BetaOptions() public method

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

Clone() public method

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