|
Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
|
This is the complete list of members for txeo::Trainer< T >, including all inherited members.
| _data_table | txeo::Trainer< T > | protected |
| _data_table_norm | txeo::Trainer< T > | protected |
| _is_early_stop | txeo::Trainer< T > | protected |
| _is_norm_enabled | txeo::Trainer< T > | protected |
| _is_trained | txeo::Trainer< T > | protected |
| _logger | txeo::Trainer< T > | protected |
| _patience | txeo::Trainer< T > | protected |
| compute_test_loss(txeo::LossFunc metric) const | txeo::Trainer< T > | |
| data_table() const | txeo::Trainer< T > | inline |
| disable_feature_norm() | txeo::Trainer< T > | inline |
| enable_feature_norm(txeo::NormalizationType type) | txeo::Trainer< T > | |
| fit(size_t epochs, txeo::LossFunc metric) | txeo::Trainer< T > | virtual |
| fit(size_t epochs, txeo::LossFunc metric, size_t patience) | txeo::Trainer< T > | virtual |
| fit(size_t epochs, txeo::LossFunc metric, size_t patience, txeo::NormalizationType type) | txeo::Trainer< T > | virtual |
| is_trained() const | txeo::Trainer< T > | inline |
| operator=(const Trainer &)=delete | txeo::Trainer< T > | |
| operator=(Trainer &&)=delete | txeo::Trainer< T > | |
| predict(const txeo::Tensor< T > &input) const =0 | txeo::Trainer< T > | pure virtual |
| train(size_t epochs, txeo::LossFunc loss_func)=0 | txeo::Trainer< T > | protectedpure virtual |
| Trainer(const Trainer &)=delete | txeo::Trainer< T > | |
| Trainer(Trainer &&)=delete | txeo::Trainer< T > | |
| Trainer(txeo::DataTable< T > &&data, txeo::Logger &logger=txeo::LoggerConsole::instance()) | txeo::Trainer< T > | inline |
| Trainer(const txeo::DataTable< T > &data) | txeo::Trainer< T > | inline |
| Trainer()=default | txeo::Trainer< T > | protected |
| ~Trainer()=default | txeo::Trainer< T > | virtual |