Kiyoshika / CppEZML

A work in progress C++ machine learning library designed to be very easy to use. Everything pretty much written from scratch.
0 stars 0 forks source link

Replacing int with size_t in DataSet.hpp #43

Closed Kiyoshika closed 3 years ago

Kiyoshika commented 3 years ago

In almost every case, need an unsigned integer rather than standard 32bit int.