Uses generic formulas and rough time estimate to estimate time it will take to evaluate the TS algorithm on a set of unique draws with the tsTransform function.
estimateTsTime(distance, draw1, draw2, N)
Data.frame with 1 row and 2 columns. Entry one gives the standard completion time, entry two gives the completion time if the fuzzy approximation is used.
Function with two parameters x,y. Used to calculate distance between draw1 and draw2
Object that works as an argument for distance()
Different object that works as an argument for distance()
Number of unique draws for which the user is interested in evaluating the time to completion for the TS algorithm