Skip to contents

Convert a tuned search-parameter selection to a data frame

Usage

# S3 method for class 'bifrost_search_tuning_selection'
as.data.frame(
  x,
  row.names = NULL,
  optional = FALSE,
  component = c("selected", "feasible"),
  ...
)

Arguments

x

A bifrost_search_tuning_selection object.

row.names, optional

Arguments required by the S3 generic; ignored.

component

Which table to return: "selected" for the chosen row or "feasible" for the filtered/ranked table.

...

Unused.

Value

A data frame for the requested selection component.