fixed #1289
This commit is contained in:
parent
3f0bd34270
commit
1956f32aac
@ -2161,7 +2161,7 @@ The sample below is the function that takes two matrices. The first function sto
|
|||||||
// and then reconstruct it
|
// and then reconstruct it
|
||||||
pca.backProject(coeffs, reconstructed);
|
pca.backProject(coeffs, reconstructed);
|
||||||
// and measure the error
|
// and measure the error
|
||||||
printf("
|
printf("%d. diff = %g\n", i, norm(vec, reconstructed, NORM_L2));
|
||||||
}
|
}
|
||||||
return pca;
|
return pca;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user