From 1ccdde4bf3cddd15ca6799a8f8e94a2da6aa6047 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 13 Feb 2023 19:24:39 +0100 Subject: [PATCH] Removed new things from MLPPHypothesisTestingOld. --- mlpp/hypothesis_testing/hypothesis_testing_old.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mlpp/hypothesis_testing/hypothesis_testing_old.h b/mlpp/hypothesis_testing/hypothesis_testing_old.h index bfb730c..8510bc8 100644 --- a/mlpp/hypothesis_testing/hypothesis_testing_old.h +++ b/mlpp/hypothesis_testing/hypothesis_testing_old.h @@ -9,15 +9,12 @@ // #include "core/math/math_defs.h" - -#include "core/object/reference.h" +#include "core/int_types.h" #include #include -class MLPPHypothesisTestingOld : public Reference { - GDCLASS(MLPPHypothesisTestingOld, Reference); - +class MLPPHypothesisTestingOld { public: std::tuple chiSquareTest(std::vector observed, std::vector expected);