DataSet where data is fully loaded in memory.
DataSet where data is fully loaded in memory.Inputs and targets are put in two arrays: inputs_array and targets_array. You can fill these fields by using the init() method (if you are using IOSequence). But you could imagine a MemoryDataSet where you fill these fields by hand (based on the init() method). MatDataSet is a good example if you plan to do a new MemoryDataSet.
Alphabetic index HTML hierarchy of classes or Java