mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-15 15:35:55 +00:00
Update Discretizer version
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user