C# (CSharp) Encog.ML.Data.Specific Namespace

Classes

Name Description
BiPolarMLData
CSVMLDataSet An implementation of the MLDataSet interface designed to provide a CSV file to the neural network. This implementation uses the BasicMLData to hold the data being read. This class has no ability to write CSV files. The columns of the CSV file will specify both the input and ideal columns. This class is not memory based, so very long files can be used, without running out of memory.
SQLMLDataSet