File statistics_space.hpp¶
-
class IStatisticsSpace¶
- #include <statistics_space.hpp>
Defines an interface for all classes that provide access to the statistics space.
Subclassed by AbstractStatisticsSpace< State >, IStatistics, IWeightedStatistics
-
template<typename State>
class AbstractStatisticsSpace : public virtual IStatisticsSpace¶ - #include <statistics_space.hpp>
An abstract base class for all classes that provide access to the statistics space.
- Template Parameters:
State – The type of the state of the training process
Subclassed by AbstractWeightedStatistics< State, StatisticVector, WeightVector >
Public Functions
-
inline explicit AbstractStatisticsSpace(State &state)¶
- Parameters:
state – A reference to an object of template type
Statethat represents the state of the training process
-
inline virtual ~AbstractStatisticsSpace() override¶