TheDigitalFrontier / parallel-decision-trees

Semester project in CS205 Computing Foundations for Computational Science at Harvard School of Engineering and Applied Sciences, spring 2020.
MIT License
3 stars 1 forks source link

Loading csv into dataset structure/object #21

Closed johannes-kk closed 4 years ago

johannes-kk commented 4 years ago

rf_serial.cpp includes creation of a contrived dataset. Import into a structure consistent with that.

johannes-kk commented 4 years ago

Use Gabriel's new DataLoader class to load csv's. We also have a csv in the data directory that we can use for testing.