Go to the source code of this file.
Namespaces | |
| namespace | hrl_lib::pca |
Functions | |
| def | hrl_lib::pca.dimen_reduc |
| def | hrl_lib::pca.pca |
| def | hrl_lib::pca.sample_gaussian |
Variables | |
| tuple | hrl_lib::pca.cov = np.matrix([[2.,50.],[50, 100]]) |
| tuple | hrl_lib::pca.mn = np.matrix((1., 5.)) |
| tuple | hrl_lib::pca.P = np.cov(s) |
| list | hrl_lib::pca.p1 = mn+U[:,0] |
| list | hrl_lib::pca.p2 = mn+U[:,1] |
| tuple | hrl_lib::pca.s = sample_gaussian(mn, cov, 1000) |