Description Usage Arguments Value Examples
The max_count
most important eigenfaces (eigenvectors corresponding to the max_count
eigenvalues with highest absolute value) are returned. They can be displayed using the show_images
function.
1 | most_important_eigenfaces(dataset, max_count = 1L)
|
dataset |
list; List returned by load_dataset() with computed eigenfaces. (required) |
max_count |
integer; Number of eigenfaces that will be displayed. (optional) |
double vector containing the max_count
most important eigenfaces.
1 | faces <- most_important_eigenfaces(dataset, 16L)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.