C# Class Coon.Compass.Procyon.alglib.alglib.lsfit.spline1dfitreport

Inheritance: apobject
Show file Open project: dbaileychess/Compass

Public Properties

Property Type Description
avgerror double
avgrelerror double
maxerror double
rmserror double
taskrcond double

Public Methods

Method Description
init ( ) : void
make_copy ( ) : alglib.apobject
spline1dfitreport ( ) : System

Method Details

init() public method

public init ( ) : void
return void

make_copy() public method

public make_copy ( ) : alglib.apobject
return alglib.apobject

spline1dfitreport() public method

public spline1dfitreport ( ) : System
return System

Property Details

avgerror public property

public double avgerror
return double

avgrelerror public property

public double avgrelerror
return double

maxerror public property

public double maxerror
return double

rmserror public property

public double rmserror
return double

taskrcond public property

public double taskrcond
return double