efficiency | R Documentation |
Calculates the efficiency score corresponding to the given model using the given measure
efficiency(
model,
measure = "rad.out",
data,
x,
y,
heuristic = TRUE,
direction.vector = NULL,
weights = NULL
)
model |
Model object for which efficiency score is computed. Valid classes
are: |
measure |
Efficiency measure used. Valid measures are: |
data |
|
x |
Vector. Column input indexes in data. |
y |
Vector. Column output indexes in data. |
heuristic |
Only used if |
direction.vector |
Only used when |
weights |
Only used when |
matrix
with the the predicted score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.