Description Usage Arguments Value
View source: R/row_pair_apply.R
Creates a function that takes an index pair and returns a prediction for each of the predictProbInternal implementers.
1 2 | ## S3 method for class 'heuristics'
createFunction(object, test_data)
|
object |
A heuristics object. |
test_data |
The test data that row_pairs will be drawn from. We recommend |
A function that can easily be used by rowPairApply to generate predictions for all heuristics the object was created with. If it was created with M heuristics, it will generate M predictions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.