evaluateCore {corehunter} | R Documentation |
Evaluate a core collection using the specified objective.
Description
Evaluate a core collection using the specified objective.
Usage
evaluateCore(core, data, objective)
Arguments
core |
A core collection of class |
data |
Core Hunter data ( |
objective |
Objective function ( |
Value
Value of the core when evaluated with the chosen objective (numeric).
See Also
Examples
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"))
[Package corehunter version 3.2.3 Index]