Update Discretizer version

This commit is contained in:
2024-06-05 17:55:45 +02:00
parent 638bb2a59e
commit 7ff88c8e4b

View File

@@ -22,7 +22,7 @@ namespace mdlp {
}
return discretizedData;
};
static inline std::string version() { return "1.1.3"; };
static inline std::string version() { return "1.2.0"; };
protected:
labels_t discretizedData = labels_t();
cutPoints_t cutPoints;