Encog.ML.Data.Folded.FoldedDataSet.Close C# (CSharp) Method

Close() public method

Close the dataset.
public Close ( ) : void
return void
        public void Close()
        {
            _underlying.Close();
        }