LostTech.TensorFlow : API Documentation

Type TimeseriesGenerator

Namespace tensorflow.keras.preprocessing.sequence

Parent TimeseriesGenerator

Interfaces ITimeseriesGenerator

Public static methods

TimeseriesGenerator NewDyn(object data, object targets, object length, ImplicitContainer<T> sampling_rate, ImplicitContainer<T> stride, ImplicitContainer<T> start_index, object end_index, ImplicitContainer<T> shuffle, ImplicitContainer<T> reverse, ImplicitContainer<T> batch_size)

Public properties

int batch_size get; set;

object data get; set;

Nullable<int> end_index get; set;

ValueTuple<ndarray, object> Item get;

object length get; set;

object PythonObject get;

bool reverse get; set;

int sampling_rate get; set;

bool shuffle get; set;

object start_index get; set;

int stride get; set;

object targets get; set;