Getting and setting the default regressor affects all functions that have an overridable regressor. If this is not given, the default has defined here will be obtained.

setDefaultRegressor(func)

Arguments

func

a Function to use a regressor, should accept one argument, which is a vector of numeric, and return one value, the regression.

Value

void