calculatePerformance: calculatePerformance

Description Usage Arguments Value Examples

View source: R/executeTuning.R

Description

Calculates aprox. matching rate for given a database and configuration

Usage

1
calculatePerformance(db, conf, N = 3, keepMatrices = NA)

Arguments

db

Database of timeseries.

conf

Configuration for DTW algorithm as a data.frame row.

N

Number of rounds with 1 set as ref and 1 as test. Defaults to 3.

keepMatrices

Save intermediate cross DTW matrices in files. Defaults to NA.

Value

Average matching rate after N rounds.

Examples

1
calculatePerformance(db, conf, keepMatrices="dbs/crossMatrices/")

cgvwzq/rlang-loophole documentation built on May 20, 2019, 5:10 p.m.