AIMA.Core.Learning.Neural.NNConfig.NNConfig C# (CSharp) Method

NNConfig() public method

public NNConfig ( ) : System
return System
	public NNConfig() {
		this.hash = new Dictionary<String, Object>();
	}

Same methods

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