removeConfigurationsMetaData {irace} | R Documentation |
removeConfigurationsMetaData
Description
Remove the columns with "metadata" of a matrix containing some configuration configurations. These "metadata" are used internaly by irace. This function can be used e.g. before printing the configurations, to output only the values for the parameters of the configuration without data possibly useless to the user.
Usage
removeConfigurationsMetaData(configurations)
Arguments
configurations |
( |
Value
The same matrix without the "metadata".
Author(s)
Manuel López-Ibáñez and Jérémie Dubois-Lacoste
See Also
configurations.print.command()
to print the configurations as command lines.
configurations.print()
to print the configurations as a data frame.
[Package irace version 3.5 Index]