parameterCost
Syntax
Description
returns the cost of the untuned filter specified by the
cost
= parameterCost(tuner
)FilterInitializationFcn
property of the tuner
.
The function obtains the cost based on the detection log and truth data used in the latest
call to the tune
object
function. You must at least use the tune
function once before using
this syntax.