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_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
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
() const
txeo::OlsGDTrainer< T >
inline
is_trained
() const
txeo::Trainer< T >
inline
learning_rate
() const
txeo::OlsGDTrainer< T >
min_loss
() const
txeo::OlsGDTrainer< T >
OlsGDTrainer
(const OlsGDTrainer &)=delete
txeo::OlsGDTrainer< T >
OlsGDTrainer
(OlsGDTrainer &&)=delete
txeo::OlsGDTrainer< T >
OlsGDTrainer
(txeo::DataTable< T > &&data)
txeo::OlsGDTrainer< T >
inline
OlsGDTrainer
(const txeo::DataTable< T > &data)
txeo::OlsGDTrainer< T >
inline
operator=
(const OlsGDTrainer &)=delete
txeo::OlsGDTrainer< T >
operator=
(OlsGDTrainer &&)=delete
txeo::OlsGDTrainer< T >
txeo::Trainer::operator=
(const Trainer &)=delete
txeo::Trainer< T >
txeo::Trainer::operator=
(Trainer &&)=delete
txeo::Trainer< T >
predict
(const txeo::Tensor< T > &input) const override
txeo::OlsGDTrainer< T >
virtual
set_learning_rate
(T learning_rate)
txeo::OlsGDTrainer< T >
set_tolerance
(const T &tolerance)
txeo::OlsGDTrainer< T >
tolerance
() const
txeo::OlsGDTrainer< T >
inline
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
weight_bias
() const
txeo::OlsGDTrainer< T >
~OlsGDTrainer
()=default
txeo::OlsGDTrainer< T >
~Trainer
()=default
txeo::Trainer< T >
virtual
Generated by
1.9.8