Learn R Programming

GuessCompx (version 1.0.3)

CompEstBenchmark: Complexity Estimation and Prediction

Description

_Benchmark procedure to fit complexity functions to a data.frame of time or memory values

Usage

CompEstBenchmark(to.model, use = "time")

Arguments

to.model

A data.frame produced by the CompEst() function, comprised of the following columns: size, time, memory, NlogN_X

use

a string indicatif if the function deals "time" or "memory" data

Value

a list with all the fitted complexity model.