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

Inheritance: apobject
Show file 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 property

public double avgce
return double

avgerror public property

public double avgerror
return double

avgrelerror public property

public double avgrelerror
return double

ncholesky public property

public int ncholesky
return int

ngrad public property

public int ngrad
return int

nhess public property

public int nhess
return int

relclserror public property

public double relclserror
return double

rmserror public property

public double rmserror
return double