most_important_eigenfaces: Most Important Eigenfaces.

Description Usage Arguments Value Examples

View source: R/pca.R

Description

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.

Usage

1

Arguments

dataset

list; List returned by load_dataset() with computed eigenfaces. (required)

max_count

integer; Number of eigenfaces that will be displayed. (optional)

Value

double vector containing the max_count most important eigenfaces.

Examples

1

JohannesKlueh/REigenfaces documentation built on Oct. 24, 2020, 7:45 p.m.