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

Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public NNConfig ( ) : System
Résultat System

NNConfig() public méthode

public NNConfig ( Object>.Dictionary hash ) : System
hash Object>.Dictionary
Résultat System

getParameterAsDouble() public méthode

public getParameterAsDouble ( String key ) : double
key String
Résultat double

getParameterAsint() public méthode

public getParameterAsint ( String key ) : int
key String
Résultat int

setConfig() public méthode

public setConfig ( String key, Double value ) : void
key String
value Double
Résultat void

setConfig() public méthode

public setConfig ( String key, int value ) : void
key String
value int
Résultat void