mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-20 18:06:00 +00:00
Fix tests, samples and remove uneeded support files
This commit is contained in:
@@ -24,6 +24,7 @@ namespace mdlp {
|
||||
torch::Tensor fit_transform_t(torch::Tensor& X_, torch::Tensor& y_);
|
||||
static inline std::string version() { return "1.2.3"; };
|
||||
protected:
|
||||
void normalize_cutpoints();
|
||||
labels_t discretizedData = labels_t();
|
||||
cutPoints_t cutPoints; // At least two cutpoints must be provided, the first and the last will be ignored in transform
|
||||
bound_dir_t direction; // used in transform
|
||||
|
Reference in New Issue
Block a user