evaluateCore | R Documentation |
Evaluate a core collection using the specified objective.
evaluateCore(core, data, objective)
core |
A core collection of class |
data |
Core Hunter data ( |
objective |
Objective function ( |
Value of the core when evaluated with the chosen objective (numeric).
coreHunterData
, objective
data <- exampleData()
core <- sampleCore(data, objective("EN", "PD"))
evaluateCore(core, data, objective("EN", "PD"))
evaluateCore(core, data, objective("AN", "MR"))
evaluateCore(core, data, objective("EE", "GD"))
evaluateCore(core, data, objective("CV"))
evaluateCore(core, data, objective("HE"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.