get_PAR_name | R Documentation |
Get the parameter names of the algorithm
get_PAR_name(ds, which)
## S3 method for class 'DataSet'
get_PAR_name(ds, which = "by_FV")
ds |
A DataSet object |
which |
a string takes it value in ‘c(’by_FV', 'by_RT')', indicating the parameters aligned against the running time (RT) or function value (FV). ''by_FV'' is the default value. |
a character list of paramter names, if recorded in the data set
get_PAR_name(dsl[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.