Encog.ML.BasicML.BasicML C# (CSharp) Method

BasicML() protected method

Construct the object.
protected BasicML ( ) : System
return System
        protected BasicML()
        {
            _properties = new Dictionary<String, String>();
        }