C# Class Coon.Compass.Procyon.alglib.alglib.mlptrain.mlpreport

Inheritance: apobject
Datei anzeigen Open project: dbaileychess/Compass

Public Properties

Property Type Description
avgce double
avgerror double
avgrelerror double
ncholesky int
ngrad int
nhess int
relclserror double
rmserror double

Public Methods

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

Method Details

init() public method

public init ( ) : void
return void

make_copy() public method

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

mlpreport() public method

public mlpreport ( ) : System
return System

Property Details

avgce public_oe property

public double avgce
return double

avgerror public_oe property

public double avgerror
return double

avgrelerror public_oe property

public double avgrelerror
return double

ncholesky public_oe property

public int ncholesky
return int

ngrad public_oe property

public int ngrad
return int

nhess public_oe property

public int nhess
return int

relclserror public_oe property

public double relclserror
return double

rmserror public_oe property

public double rmserror
return double