Encog.Util.ParamsHolder.ParamsHolder C# (CSharp) Method

ParamsHolder() public method

Construct the object. Allow the format to be specified.
public ParamsHolder ( String>.IDictionary theParams ) : System
theParams String>.IDictionary The params to be used.
return System
        public ParamsHolder(IDictionary<String, String> theParams) : this(theParams, CSVFormat.EgFormat)
        {
        }

Same methods

ParamsHolder::ParamsHolder ( String>.IDictionary theParams, CSVFormat theFormat ) : System