test: Refactor tests to new version

This commit is contained in:
2022-12-21 16:42:37 +01:00
parent 036b41a0eb
commit 5925dbd666
8 changed files with 100 additions and 41 deletions

View File

@@ -27,7 +27,7 @@ namespace mdlp {
~CPPFImdlp();
CPPFImdlp& fit(samples_t&, labels_t&);
samples_t getCutPoints();
inline string version() { return "0.9.7"; };
inline string version() { return "1.0.0"; };
};
}
#endif