From 7ff88c8e4b4c87a13d5c707b15434db053d93869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Wed, 5 Jun 2024 17:55:45 +0200 Subject: [PATCH] Update Discretizer version --- Discretizer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Discretizer.h b/Discretizer.h index d3556e8..c8d3d59 100644 --- a/Discretizer.h +++ b/Discretizer.h @@ -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;