Description Usage Arguments Value Examples
Reconstruct the original training data faces by linear combinations of eigenfaces.
1 | reconstructed_dataset_images(dataset, indices)
|
dataset |
list; List returned by load_dataset() with computed eigenfaces. (required) |
indices |
integer; Indices of the original images that will be reconstructed. (required) |
double vector containing the eigenface reconstruction of the original images.
1 | faces <- reconstructed_dataset_images(dataset, 1:16)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.