tfsnippet.preprocessing¶
tfsnippet.preprocessing Package¶
Classes¶
BaseSampler |
Base class for samplers. |
BernoulliSampler([dtype, random_state]) |
A DataMapper which can sample 0/1 integers according to the input probability. |
UniformNoiseSampler([minval, maxval, dtype, …]) |
A DataMapper which can add uniform noise onto the input array. |
Class Inheritance Diagram¶