Option for parallelized evaluation for many points to evaluate

evaluateChebyshev(x, cheb, parallel = FALSE, numcores = 1L)

Arguments

x

Points to evaluate with size Points by Dimensions (matrix)

cheb

List of item from initalizeChebyshevApproximator (list)

parallel

Boolean flag for parallelization (logical)

numcores

Cores for parallelization (integer)

Value

A vector of predictions for each point of x