View source: R/range_dataset.R
range_dataset | R Documentation |
Creates a dataset of a step-separated range of values.
range_dataset(from = 0, to = 0, by = 1, ..., dtype = tf$int64)
from |
Range start |
to |
Range end (exclusive) |
by |
Increment of the sequence |
... |
ignored |
dtype |
Output dtype. (Optional, default: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.