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

UpdateProperties() public abstract method

Update from the propeties stored in the hash map. Should be called whenever the properties change and might need to be reloaded.
public abstract UpdateProperties ( ) : void
return void
        public abstract void UpdateProperties();