Description Usage Arguments Value See Also Examples
Percent correct of heuristics' predictPair on test_data, returning a matrix.
1 | percentCorrectListReturnMatrix(test_data, fitted_heuristic_list)
|
test_data |
Data to try to predict. Must have same criterion column and cols_to_fit as the data heuristics were fit to. |
fitted_heuristic_list |
A list of one or more heuristics fitted to data, e.g. the output of ttbModel. |
A one-row matrix of numbers from 0 to 100, the percent correct of each heuristic. Each column is named with the heuristic's class or the fit name.
percentCorrectList
for a version that returns a
data.frame and includes several examples.
1 | # See examples for percentCorrectList, which returns a data.frame.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.