mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-17 00:15:59 +00:00
Reformat code and update version
This commit is contained in:
@@ -20,26 +20,16 @@ private:
|
||||
|
||||
public:
|
||||
ArffFiles();
|
||||
|
||||
void load(const string &, bool = true);
|
||||
|
||||
void load(const string&, bool = true);
|
||||
vector<string> getLines() const;
|
||||
|
||||
unsigned long int getSize() const;
|
||||
|
||||
string getClassName() const;
|
||||
|
||||
string getClassType() const;
|
||||
|
||||
static string trim(const string &);
|
||||
|
||||
vector<mdlp::samples_t> &getX();
|
||||
|
||||
vector<int> &getY();
|
||||
|
||||
static string trim(const string&);
|
||||
vector<mdlp::samples_t>& getX();
|
||||
vector<int>& getY();
|
||||
vector<pair<string, string>> getAttributes() const;
|
||||
|
||||
static vector<int> factorize(const vector<string> &labels_t);
|
||||
static vector<int> factorize(const vector<string>& labels_t);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user