Commit 1956f32a authored by Alexander Shishkov's avatar Alexander Shishkov

fixed #1289

parent 3f0bd342
......@@ -2161,7 +2161,7 @@ The sample below is the function that takes two matrices. The first function sto
// and then reconstruct it
pca.backProject(coeffs, reconstructed);
// and measure the error
printf("
printf("%d. diff = %g\n", i, norm(vec, reconstructed, NORM_L2));
}
return pca;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment