-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 797 Bytes
/
Copy pathNAMESPACE
File metadata and controls
36 lines (35 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Generated by roxygen2: do not edit by hand
S3method(FSP,image_ef)
S3method(FSP,imageset_ef)
S3method(normalize,image_ef)
S3method(normalize,imageset_ef)
S3method(print,image_ef)
export(FSP)
export(PCA)
export(avg_face)
export(classification_ef)
export(get_eigenfaces)
export(image_ef)
export(imageset_ef)
export(is.image_ef)
export(is.imageset_ef)
export(load_any_imageset)
export(load_classes_ef)
export(load_imageset_ef)
export(normalize)
export(runShiny_ef)
export(runShiny_general)
export(save_image_ef)
import(imager)
import(pracma)
import(shiny)
import(testthat)
import(tibble)
import(tidyverse)
importFrom(dplyr,arrange)
importFrom(grDevices,hcl.colors)
importFrom(graphics,image)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(magrittr,"%>%")
importFrom(utils,read.csv)