createFunction {heuristica} | R Documentation |
Generic function to create functions for rowPairApply.
Description
An example of solving something with another layer of indirection. https://en.wikipedia.org/wiki/Fundamental_theorem_of_software_engineering
Usage
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.
[Package heuristica version 1.0.3 Index]