perf_speed: Compute speed performance of algorithms

Description Usage Arguments Value

Description

Compute speed performance of algorithms

Usage

1
perf_speed(train_flag, train_time, pred_time, pred_size)

Arguments

train_flag

A boolean vector masking the training set

train_time

Time taken to train the model in seconds

pred_time

Time taken by the model to predict, in seconds

pred_size

Size of the dataset that the model has predicted

Value

A named vector with the main speed indicators: train time, train size, prediction time, prediction test size, prediction time per point


EBlonkowski/timeseries documentation built on May 6, 2019, 2:57 p.m.