getTags {multIntTestFunc} | R Documentation |
Get tags for test function instance
Description
getTags is a generic function that returns a vector of tags associated to the test function instance.
Usage
getTags(object)
## S4 method for signature 'Pn_lognormalDensity'
getTags(object)
## S4 method for signature 'Pn_logtDensity'
getTags(object)
## S4 method for signature 'Rn_Gauss'
getTags(object)
## S4 method for signature 'Rn_floorNorm'
getTags(object)
## S4 method for signature 'Rn_normalDensity'
getTags(object)
## S4 method for signature 'Rn_tDensity'
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_BFN4'
getTags(object)
## S4 method for signature 'unitCube_cos2'
getTags(object)
## S4 method for signature 'unitCube_floor'
getTags(object)
## S4 method for signature 'unitCube_max'
getTags(object)
## S4 method for signature 'unitSphere_innerProduct1'
getTags(object)
## S4 method for signature 'unitSphere_polynomial'
getTags(object)
Arguments
object |
Test function for which the tags are returned |
Value
Vector with tags related to the function
Author(s)
Klaus Herrmann
[Package multIntTestFunc version 0.2.0 Index]