all_numeric {tfdatasets} | R Documentation |
Speciy all numeric variables.
Description
Find all the variables with the following types: "float16", "float32", "float64", "int16", "int32", "int64", "half", "double".
Usage
all_numeric()
See Also
Other Selectors:
all_nominal()
,
has_type()
[Package tfdatasets version 2.17.0 Index]