diff --git a/CPPFImdlp.cpp b/CPPFImdlp.cpp index 76ff3ce..2e15907 100644 --- a/CPPFImdlp.cpp +++ b/CPPFImdlp.cpp @@ -4,6 +4,7 @@ #include #include "CPPFImdlp.h" #include "Metrics.h" +#include namespace mdlp { CPPFImdlp::CPPFImdlp(int algorithm):algorithm(algorithm), indices(indices_t()), X(samples_t()), y(labels_t()), metrics(Metrics(y, indices)) { @@ -23,6 +24,23 @@ namespace mdlp { } indices = sortIndices(X_, y_); metrics.setData(y, indices); + + + for (auto i=0; i< X.size(); i++) { + if (i% 10 ==0) { + cout << " # Idx --X-- y"<