has_type {tfdatasets} | R Documentation |
Identify the type of the variable.
Description
Can only be used inside the steps specifications to find variables by type.
Usage
has_type(match = "float32")
Arguments
match |
A list of types to match. |
See Also
Other Selectors:
all_nominal()
,
all_numeric()
[Package tfdatasets version 2.17.0 Index]