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

Inheritance: apobject
Exibir arquivo 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_oe property

public double avgerror
return double

avgrelerror public_oe property

public double avgrelerror
return double

maxerror public_oe property

public double maxerror
return double

rmserror public_oe property

public double rmserror
return double

taskrcond public_oe property

public double taskrcond
return double