exec_algorithm
executes the algorithm for a given data set and number of cross-assignment folds.
The following functions are called in the order listed below:
exec_algorithm(Data, obs_ctrl, ..., chatty = FALSE)
The input data
(See break_signal
)
Arguments for internal use
(logical) Should the function be verbose?
A data.table
object containing scoring information.
Other Signal Processor Functions:
geo_pmf()
,
info_encoder()
,
score_algorithm_output()
,
signal_processor()