mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-15 15:35:55 +00:00
Remove unused variable in sample
This commit is contained in:
@@ -11,7 +11,6 @@ using namespace mdlp;
|
|||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
ArffFiles file;
|
ArffFiles file;
|
||||||
vector<string> lines;
|
|
||||||
string path = "../../tests/datasets/";
|
string path = "../../tests/datasets/";
|
||||||
map<string, bool> datasets = {
|
map<string, bool> datasets = {
|
||||||
{"mfeat-factors", true},
|
{"mfeat-factors", true},
|
||||||
|
Reference in New Issue
Block a user