createFunction: Generic function to create functions for rowPairApply.

Description Usage Arguments Value

View source: R/row_pair_apply.R

Description

An example of solving something with another layer of indirection. https://en.wikipedia.org/wiki/Fundamental_theorem_of_software_engineering

Usage

1
createFunction(object, test_data)

Arguments

object

The object that implements createFunction, e.g. heuristicsProb(ttb).

test_data

The test data that row_pairs will be drawn from. We recommend

Value

A function that can easily be used by rowPairApply. This is not normally used by ordinary users.


heuristica documentation built on Sept. 8, 2021, 9:08 a.m.