interpret: Recognise patterns in Time Series Data

Description Usage Arguments Details Value Examples

Description

Use this function to either check for the inbuilt financial markets pattern or to use your own recognition function as described in the readme.

Usage

1
interpret(window, useriq = FALSE, ...)

Arguments

window

Time Series Data

useriq

User-built recognition function. Set to FALSE if using inbuilt recognition capabilities. Refer to the readme or the report on how to build your own recognition function.

...

Parameters passed on to either the inbuilt or external recognition function. Check iq for the parameters of the internal function.

Details

For an overview of the package capabilities, click here rpatrec.

Value

A list containing the following:

Examples

1
2
3
4
5
6
7
## Not run: 
#Generate HS patterns
a <- generator()
#switch off recognition for all patterns other than HS
interpret(window = a, useriq=FALSE, hsiq=TRUE, btpiq=FALSE, rtpiq=FALSE, dtpiq=FALSE)

## End(Not run)

maiers94/rpatrec documentation built on May 21, 2019, 11:06 a.m.