* limitations under the License.
*/
-#ifndef INCLUDE_ASSOC_RULE_H_
-#define INCLUDE_ASSOC_RULE_H_
+#ifndef _PREDICTION_ASSOC_RULE_H_
+#define _PREDICTION_ASSOC_RULE_H_
#include "item_set.h"
#include <iostream>
} /* namespace ctx */
-#endif /* INCLUDE_ASSOC_RULE_H_ */
+#endif /* _PREDICTION_ASSOC_RULE_H_ */
* limitations under the License.
*/
-#ifndef ASSOC_RULE_MINER_H_
-#define ASSOC_RULE_MINER_H_
+#ifndef _PREDICTION_ASSOC_RULE_MINER_H_
+#define _PREDICTION_ASSOC_RULE_MINER_H_
#include <list>
#include <string>
} /* namespace ctx */
-#endif /* ASSOC_RULE_MINER_H_ */
+#endif /* _PREDICTION_ASSOC_RULE_MINER_H_ */
* limitations under the License.
*/
-#ifndef ASSOC_RULE_OF_IDS_H_
-#define ASSOC_RULE_OF_IDS_H_
+#ifndef _PREDICTION_ASSOC_RULE_OF_IDS_H_
+#define _PREDICTION_ASSOC_RULE_OF_IDS_H_
#include "item_id_set.h"
} /* namespace ctx */
-#endif /* ASSOC_RULE_OF_IDS_H_ */
+#endif /* _PREDICTION_ASSOC_RULE_OF_IDS_H_ */
* limitations under the License.
*/
-#ifndef ASSOC_RULE_PRODUCER_H_
-#define ASSOC_RULE_PRODUCER_H_
+#ifndef _PREDICTION_ASSOC_RULE_PRODUCER_H_
+#define _PREDICTION_ASSOC_RULE_PRODUCER_H_
#include "assoc_rule_of_ids.h"
#include "basket.h"
} /* namespace ctx */
-#endif /* ASSOC_RULE_PRODUCER_H_ */
+#endif /* _PREDICTION_ASSOC_RULE_PRODUCER_H_ */
* limitations under the License.
*/
-#ifndef INCLUDE_BASKET_H_
-#define INCLUDE_BASKET_H_
+#ifndef _PREDICTION_BASKET_H_
+#define _PREDICTION_BASKET_H_
#include "item_id_set.h"
#include <vector>
} /* namespace ctx */
-#endif /* INCLUDE_BASKET_H_ */
+#endif /* _PREDICTION_BASKET_H_ */
* limitations under the License.
*/
-#ifndef BASKET_COMPRESSOR_H_
-#define BASKET_COMPRESSOR_H_
+#ifndef _PREDICTION_BASKET_COMPRESSOR_H_
+#define _PREDICTION_BASKET_COMPRESSOR_H_
#include <list>
#include <string>
} /* namespace ctx */
-#endif /* BASKET_COMPRESSOR_H_ */
+#endif /* _PREDICTION_BASKET_COMPRESSOR_H_ */
* limitations under the License.
*/
-#ifndef BASKET_FILTER_H_
-#define BASKET_FILTER_H_
+#ifndef _PREDICTION_BASKET_FILTER_H_
+#define _PREDICTION_BASKET_FILTER_H_
#include "basket.h"
#include "i_item_id_filter.h"
} /* namespace ctx */
-#endif /* BASKET_FILTER_H_ */
+#endif /* _PREDICTION_BASKET_FILTER_H_ */
* limitations under the License.
*/
-#ifndef INCLUDE_BASKET_PRODUCER_H_
-#define INCLUDE_BASKET_PRODUCER_H_
+#ifndef _PREDICTION_BASKET_PRODUCER_H_
+#define _PREDICTION_BASKET_PRODUCER_H_
#include "event.h"
#include "basket.h"
} /* namespace ctx */
-#endif /* INCLUDE_BASKET_PRODUCER_H_ */
+#endif /* _PREDICTION_BASKET_PRODUCER_H_ */
* limitations under the License.
*/
-#ifndef INCLUDE_BASKETS_AGREGATOR_H_
-#define INCLUDE_BASKETS_AGREGATOR_H_
+#ifndef _PREDICTION_BASKETS_AGREGATOR_H_
+#define _PREDICTION_BASKETS_AGREGATOR_H_
#include <list>
#include <memory>
} /* namespace ctx */
-#endif /* INCLUDE_BASKETS_AGREGATOR_H_ */
+#endif /* _PREDICTION_BASKETS_AGREGATOR_H_ */
* limitations under the License.
*/
-#ifndef INCLUDE_EVENT_H_
-#define INCLUDE_EVENT_H_
+#ifndef _PREDICTION_EVENT_H_
+#define _PREDICTION_EVENT_H_
#include "item.h"
#include "interval.h"
} /* namespace ctx */
-#endif /* INCLUDE_EVENT_H_ */
+#endif /* _PREDICTION_EVENT_H_ */
* limitations under the License.
*/
-#ifndef INCLUDE_EVENT_SET_H_
-#define INCLUDE_EVENT_SET_H_
+#ifndef _PREDICTION_EVENT_SET_H_
+#define _PREDICTION_EVENT_SET_H_
#include "event.h"
} /* namespace ctx */
-#endif /* INCLUDE_EVENT_SET_H_ */
+#endif /* _PREDICTION_EVENT_SET_H_ */
* limitations under the License.
*/
-#ifndef I_ITEM_ID_FILTER_H_
-#define I_ITEM_ID_FILTER_H_
+#ifndef _PREDICTION_I_ITEM_ID_FILTER_H_
+#define _PREDICTION_I_ITEM_ID_FILTER_H_
namespace ctx {
} /* namespace ctx */
-#endif /* I_ITEM_ID_FILTER_H_ */
+#endif /* _PREDICTION_I_ITEM_ID_FILTER_H_ */
* limitations under the License.
*/
-#ifndef INCLUDE_INTERVAL_H_
-#define INCLUDE_INTERVAL_H_
+#ifndef _PREDICTION_INTERVAL_H_
+#define _PREDICTION_INTERVAL_H_
#include <ctime>
} /* namespace ctx */
-#endif /* INCLUDE_INTERVAL_H_ */
+#endif /* _PREDICTION_INTERVAL_H_ */
* limitations under the License.
*/
-#ifndef INCLUDE_ITEM_H_
-#define INCLUDE_ITEM_H_
+#ifndef _PREDICTION_ITEM_H_
+#define _PREDICTION_ITEM_H_
#include <string>
#include <iostream>
}
-#endif /* INCLUDE_ITEM_H_ */
+#endif /* _PREDICTION_ITEM_H_ */
* limitations under the License.
*/
-#ifndef INCLUDE_ITEMCATALOGUE_H_
-#define INCLUDE_ITEMCATALOGUE_H_
+#ifndef _PREDICTION_ITEM_CATALOGUE_H_
+#define _PREDICTION_ITEM_CATALOGUE_H_
#include "item.h"
#include <map>
} /* namespace ctx */
-#endif /* INCLUDE_ITEMCATALOGUE_H_ */
+#endif /* _PREDICTION_ITEM_CATALOGUE_H_ */
* limitations under the License.
*/
-#ifndef INCLUDE_ITEM_ID_SET_H_
-#define INCLUDE_ITEM_ID_SET_H_
+#ifndef _PREDICTION_ITEM_ID_SET_H_
+#define _PREDICTION_ITEM_ID_SET_H_
#include <list>
} /* namespace ctx */
-#endif /* INCLUDE_ITEM_ID_SET_H_ */
+#endif /* _PREDICTION_ITEM_ID_SET_H_ */
* limitations under the License.
*/
-#ifndef INCLUDE_ITEM_SET_H_
-#define INCLUDE_ITEM_SET_H_
+#ifndef _PREDICTION_ITEM_SET_H_
+#define _PREDICTION_ITEM_SET_H_
#include <list>
#include "item.h"
} /* namespace ctx */
-#endif /* INCLUDE_ITEM_SET_H_ */
+#endif /* _PREDICTION_ITEM_SET_H_ */
* limitations under the License.
*/
-#ifndef INCLUDE_ITEMSTRINGCONVERTER_H_
-#define INCLUDE_ITEMSTRINGCONVERTER_H_
+#ifndef _PREDICTION_ITEM_STRING_CONVERTER_H_
+#define _PREDICTION_ITEM_STRING_CONVERTER_H_
#include "item.h"
} /* namespace ctx */
-#endif /* INCLUDE_ITEMSTRINGCONVERTER_H_ */
+#endif /* _PREDICTION_ITEM_STRING_CONVERTER_H_ */
* limitations under the License.
*/
-#ifndef SINGLE_CATEGORY_ITEM_ID_FILTER_H_
-#define SINGLE_CATEGORY_ITEM_ID_FILTER_H_
+#ifndef _PREDICTION_SINGLE_CATEGORY_ITEM_ID_FILTER_H_
+#define _PREDICTION_SINGLE_CATEGORY_ITEM_ID_FILTER_H_
#include "i_item_id_filter.h"
#include "item_catalogue.h"
} /* namespace ctx */
-#endif /* SINGLE_CATEGORY_ITEM_ID_FILTER_H_ */
+#endif /* _PREDICTION_SINGLE_CATEGORY_ITEM_ID_FILTER_H_ */
* limitations under the License.
*/
-#ifndef INCLUDE_WEIGHT_APRIORI_H_
-#define INCLUDE_WEIGHT_APRIORI_H_
+#ifndef _PREDICTION_WEIGHT_APRIORI_H_
+#define _PREDICTION_WEIGHT_APRIORI_H_
#include "baskets_agregator.h"
#include <list>
} /* namespace ctx */
-#endif /* INCLUDE_WEIGHT_APRIORI_H_ */
+#endif /* _PREDICTION_WEIGHT_APRIORI_H_ */