-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.32 KB
/
NAMESPACE
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Generated by roxygen2: do not edit by hand
export(about_variable)
export(analyze_questioned_documents)
export(calculate_accuracy)
export(drop_burnin)
export(extractGraphs)
export(fit_model)
export(format_template_data)
export(get_cluster_fill_counts)
export(get_cluster_fill_rates)
export(get_clusters_batch)
export(get_credible_intervals)
export(get_posterior_probabilities)
export(get_writer_profiles)
export(make_clustering_template)
export(plotImage)
export(plotImageThinned)
export(plotLetter)
export(plotLine)
export(plotNodes)
export(plot_cluster_centers)
export(plot_cluster_fill_counts)
export(plot_cluster_fill_rates)
export(plot_credible_intervals)
export(plot_graphs)
export(plot_posterior_probabilities)
export(plot_trace)
export(plot_writer_profiles)
export(processDocument)
export(processHandwriting)
export(process_batch_dir)
export(process_batch_list)
export(readPNGBinary)
export(read_and_process)
export(rgb2grayscale)
export(thinImage)
export(whichToFill)
import(doParallel)
import(foreach)
import(ggplot2)
import(igraph)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,as.raster)
importFrom(graphics,hist)
importFrom(png,readPNG)
importFrom(purrr,map2)
importFrom(reshape2,melt)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(utils,head)
importFrom(utils,install.packages)
useDynLib(handwriter, .registration = TRUE)