Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
Loading...
Searching...
No Matches
txeo::OlsGDTrainer< T > Member List

This is the complete list of members for txeo::OlsGDTrainer< T >, including all inherited members.

_data_tabletxeo::Trainer< T >protected
_data_table_normtxeo::Trainer< T >protected
_is_early_stoptxeo::Trainer< T >protected
_is_norm_enabledtxeo::Trainer< T >protected
_is_trainedtxeo::Trainer< T >protected
_loggertxeo::Trainer< T >protected
_patiencetxeo::Trainer< T >protected
compute_test_loss(txeo::LossFunc metric) consttxeo::Trainer< T >
data_table() consttxeo::Trainer< T >inline
disable_feature_norm()txeo::Trainer< T >inline
disable_variable_lr()txeo::OlsGDTrainer< T >inline
enable_feature_norm(txeo::NormalizationType type)txeo::Trainer< T >
enable_variable_lr()txeo::OlsGDTrainer< T >inline
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_converged() consttxeo::OlsGDTrainer< T >inline
is_trained() consttxeo::Trainer< T >inline
learning_rate() consttxeo::OlsGDTrainer< T >
min_loss() consttxeo::OlsGDTrainer< T >
OlsGDTrainer(const OlsGDTrainer &)=deletetxeo::OlsGDTrainer< T >
OlsGDTrainer(OlsGDTrainer &&)=deletetxeo::OlsGDTrainer< T >
OlsGDTrainer(txeo::DataTable< T > &&data)txeo::OlsGDTrainer< T >inline
OlsGDTrainer(const txeo::DataTable< T > &data)txeo::OlsGDTrainer< T >inline
operator=(const OlsGDTrainer &)=deletetxeo::OlsGDTrainer< T >
operator=(OlsGDTrainer &&)=deletetxeo::OlsGDTrainer< T >
txeo::Trainer::operator=(const Trainer &)=deletetxeo::Trainer< T >
txeo::Trainer::operator=(Trainer &&)=deletetxeo::Trainer< T >
predict(const txeo::Tensor< T > &input) const overridetxeo::OlsGDTrainer< T >virtual
set_learning_rate(T learning_rate)txeo::OlsGDTrainer< T >
set_tolerance(const T &tolerance)txeo::OlsGDTrainer< T >
tolerance() consttxeo::OlsGDTrainer< T >inline
Trainer(const Trainer &)=deletetxeo::Trainer< T >
Trainer(Trainer &&)=deletetxeo::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()=defaulttxeo::Trainer< T >protected
weight_bias() consttxeo::OlsGDTrainer< T >
~OlsGDTrainer()=defaulttxeo::OlsGDTrainer< T >
~Trainer()=defaulttxeo::Trainer< T >virtual