Deep Learning Algorithm Implementations 1.0.0
C++ implementations of fundamental deep learning algorithms
Loading...
Searching...
No Matches
dl::utils::Dataset< T > Member List

This is the complete list of members for dl::utils::Dataset< T >, including all inherited members.

add_sample(const std::vector< T > &feature, const std::vector< T > &label)dl::utils::Dataset< T >
Dataset()dl::utils::Dataset< T >
Dataset(const MatrixD &features, const MatrixD &labels)dl::utils::Dataset< T >
get_batch(size_t start_idx, size_t batch_size) constdl::utils::Dataset< T >
shuffle()dl::utils::Dataset< T >
size() constdl::utils::Dataset< T >