benoitfragit / MLPlugins

MLGui plugins implementation
GNU General Public License v3.0
4 stars 0 forks source link

Data loading #88

Closed benoitfragit closed 7 years ago

benoitfragit commented 7 years ago

Rewrite data loading algorithm

Loading data using csv parsing. XML should only contains info to make libbrain able to load the csv file.

benoitfragit commented 7 years ago

There is no reason to usr xml parsing to discribe data loading parameters. The parse_csv_repoditory method should be modify to directly read the whole dataset according to some network parameters such as :

All XML data loading should desappear.