Description Usage Arguments Value Author(s)
getTags is a generic function that returns a vector of tags associated to the test function instance.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | getTags(object)
## S4 method for signature 'Rn_Gauss'
getTags(object)
## S4 method for signature 'Rn_floorNorm'
getTags(object)
## S4 method for signature 'standardSimplex_Dirichlet'
getTags(object)
## S4 method for signature 'standardSimplex_exp_sum'
getTags(object)
## S4 method for signature 'unitBall_normGauss'
getTags(object)
## S4 method for signature 'unitBall_polynomial'
getTags(object)
## S4 method for signature 'unitCube_cos2'
getTags(object)
## S4 method for signature 'unitCube_floor'
getTags(object)
## S4 method for signature 'unitSphere_innerProduct1'
getTags(object)
## S4 method for signature 'unitSphere_polynomial'
getTags(object)
|
object |
Test function for which the tags are returned |
Vector with tags related to the function
Klaus Herrmann
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.