Added a new acceptor based on targets in a data file
This commit is contained in:
parent
3f4025d9fb
commit
582f1f4d8b
4 changed files with 52 additions and 16 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#include <vector>
|
||||
class Loadtxt {
|
||||
public:
|
||||
Loadtxt(std::string file_name, std::vector<int> cols);
|
||||
Loadtxt(std::string file_name, std::vector<int> cols, int skiprows=0);
|
||||
~Loadtxt();
|
||||
std::vector<std::vector<double>> get_cols();
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue