Exporting a dataset

This function is where we export our dataset information. As with exporting the network, this will be done in JSON human readable format:

public NNManager ExportDatasets()
{
Console.WriteLine(" Exporting Datasets...");
ExportHelper.ExportDatasets(_dataSets);
Console.WriteLine(" **Exporting Complete!**", Color.Green);
return this;
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset