mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-16 07:55:58 +00:00
Compiling right
This commit is contained in:
@@ -40,13 +40,13 @@ namespace mdlp {
|
||||
|
||||
static string set_data_path()
|
||||
{
|
||||
string path = "../datasets/";
|
||||
string path = "datasets/";
|
||||
ifstream file(path + "iris.arff");
|
||||
if (file.is_open()) {
|
||||
file.close();
|
||||
return path;
|
||||
}
|
||||
return "../../tests/datasets/";
|
||||
return "tests/datasets/";
|
||||
}
|
||||
|
||||
void checkSortedVector()
|
||||
|
Reference in New Issue
Block a user