mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-08 13:12:09 +01:00
Removed new things from MLPPHypothesisTestingOld.
This commit is contained in:
parent
6ee2295535
commit
1ccdde4bf3
@ -9,15 +9,12 @@
|
||||
//
|
||||
|
||||
#include "core/math/math_defs.h"
|
||||
|
||||
#include "core/object/reference.h"
|
||||
#include "core/int_types.h"
|
||||
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
|
||||
class MLPPHypothesisTestingOld : public Reference {
|
||||
GDCLASS(MLPPHypothesisTestingOld, Reference);
|
||||
|
||||
class MLPPHypothesisTestingOld {
|
||||
public:
|
||||
std::tuple<bool, real_t> chiSquareTest(std::vector<real_t> observed, std::vector<real_t> expected);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user