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

DataSet.h - get column names from indices #18

Closed Kiyoshika closed 3 years ago

Kiyoshika commented 3 years ago

Currently have a method to get indices names by column name, now want to implement a method to go the other direction: get column name by indices (could be useful in dynamic filtering perhaps).

Kiyoshika commented 3 years ago

Closing for now as currently no longer see a use case.