generatePaths: generatePaths Accepts a list of thinned ints (digit...

Description Usage Arguments Value Examples

Description

generatePaths Accepts a list of thinned ints (digit skeletons) and returns a list of thinned ints' characteristics (see value)

Usage

1
generatePaths(thinned.ints, animation = FALSE, sleep.time = 0.2)

Arguments

thinned.ints
animation

optional, whether path generation algorithm

sleep.time

Value

List of each thinned int's characteristics as determined by the algorithm: number of strokes, path of points followed, direction steps (vector of 1-8 representing 8 directions possible from any one cell), changes in direction, and loops Used to make prediction on test sets.

Examples

1
# coming soon

abarciauskas-bgse/bplmnist documentation built on May 10, 2019, 4:09 a.m.