LostTech.TensorFlow : API Documentation

Type ImageDataGenerator

Namespace keras_preprocessing.image.image_data_generator

Parent PythonObjectContainer

Interfaces IImageDataGenerator

Public static methods

ImageDataGenerator NewDyn(ImplicitContainer<T> featurewise_center, ImplicitContainer<T> samplewise_center, ImplicitContainer<T> featurewise_std_normalization, ImplicitContainer<T> samplewise_std_normalization, ImplicitContainer<T> zca_whitening, ImplicitContainer<T> zca_epsilon, ImplicitContainer<T> rotation_range, ImplicitContainer<T> width_shift_range, ImplicitContainer<T> height_shift_range, object brightness_range, ImplicitContainer<T> shear_range, ImplicitContainer<T> zoom_range, ImplicitContainer<T> channel_shift_range, ImplicitContainer<T> fill_mode, ImplicitContainer<T> cval, ImplicitContainer<T> horizontal_flip, ImplicitContainer<T> vertical_flip, object rescale, object preprocessing_function, ImplicitContainer<T> data_format, ImplicitContainer<T> validation_split, ImplicitContainer<T> interpolation_order, ImplicitContainer<T> dtype)

Public properties

Nullable<ValueTuple<int, int>> brightness_range get; set;

int channel_axis get; set;

double channel_shift_range get; set;

int col_axis get; set;

double cval get; set;

string data_format get; set;

string dtype get; set;

bool featurewise_center get; set;

bool featurewise_std_normalization get; set;

string fill_mode get; set;

double height_shift_range get; set;

bool horizontal_flip get; set;

int interpolation_order get; set;

object mean get; set;

object preprocessing_function get; set;

object principal_components get; set;

object PythonObject get;

object rescale get; set;

double rotation_range get; set;

int row_axis get; set;

bool samplewise_center get; set;

bool samplewise_std_normalization get; set;

double shear_range get; set;

object std get; set;

bool vertical_flip get; set;

double width_shift_range get; set;

double zca_epsilon get; set;

bool zca_whitening get; set;

object zoom_range get; set;