mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-12 13:47:18 +01:00
Don't print anything in MLPPTests::test_statistics().
This commit is contained in:
parent
1d28a33074
commit
b023e80c29
@ -71,8 +71,6 @@ Vector<Vector<real_t>> dstd_mat_to_mat(const std::vector<std::vector<real_t>> &i
|
|||||||
}
|
}
|
||||||
|
|
||||||
void MLPPTests::test_statistics() {
|
void MLPPTests::test_statistics() {
|
||||||
ERR_PRINT("MLPPTests::test_statistics() Started!");
|
|
||||||
|
|
||||||
MLPPStat stat;
|
MLPPStat stat;
|
||||||
MLPPConvolutions conv;
|
MLPPConvolutions conv;
|
||||||
|
|
||||||
@ -116,8 +114,6 @@ void MLPPTests::test_statistics() {
|
|||||||
is_approx_equalsd(stat.identric_mean(1, 10), 4.75135, "Identric Mean");
|
is_approx_equalsd(stat.identric_mean(1, 10), 4.75135, "Identric Mean");
|
||||||
is_approx_equalsd(stat.log_mean(1, 10), 3.90865, "Logarithmic Mean");
|
is_approx_equalsd(stat.log_mean(1, 10), 3.90865, "Logarithmic Mean");
|
||||||
is_approx_equalsd(stat.abs_avg_deviation(x), 2.5, "Absolute Average Deviation");
|
is_approx_equalsd(stat.abs_avg_deviation(x), 2.5, "Absolute Average Deviation");
|
||||||
|
|
||||||
ERR_PRINT("MLPPTests::test_statistics() Finished!");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void MLPPTests::test_linear_algebra() {
|
void MLPPTests::test_linear_algebra() {
|
||||||
|
Loading…
Reference in New Issue
Block a user