25 #ifndef PRESAGE_ARPAPREDICTOR
26 #define PRESAGE_ARPAPREDICTOR
29 #include "../core/logger.h"
30 #include "../core/progress.h"
31 #include "../core/dispatcher.h"
40 bool operator() (
const float& f1,
const float& f2 )
const {
120 virtual void learn(
const std::vector<std::string>& change);
171 #endif // PRESAGE_ARPAPREDICTOR