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:

  1. info_encoder

  2. geo_pmf

  3. score_algorithm_output

exec_algorithm(Data, obs_ctrl, ..., chatty = FALSE)

Arguments

Data

The input data

obs_ctrl

(See break_signal)

...

Arguments for internal use

chatty

(logical) Should the function be verbose?

Value

A data.table object containing scoring information.

See also

Other Signal Processor Functions: geo_pmf(), info_encoder(), score_algorithm_output(), signal_processor()