C# Class AIMA.Core.Learning.Neural.NNConfig

Show file Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
NNConfig ( ) : System
NNConfig ( Object>.Dictionary hash ) : System
getParameterAsDouble ( String key ) : double
getParameterAsint ( String key ) : int
setConfig ( String key, Double value ) : void
setConfig ( String key, int value ) : void

Method Details

NNConfig() public method

public NNConfig ( ) : System
return System

NNConfig() public method

public NNConfig ( Object>.Dictionary hash ) : System
hash Object>.Dictionary
return System

getParameterAsDouble() public method

public getParameterAsDouble ( String key ) : double
key String
return double

getParameterAsint() public method

public getParameterAsint ( String key ) : int
key String
return int

setConfig() public method

public setConfig ( String key, Double value ) : void
key String
value Double
return void

setConfig() public method

public setConfig ( String key, int value ) : void
key String
value int
return void