Turi Create  4.0
models.hpp
1 /* Copyright © 2017 Apple Inc. All rights reserved.
2  *
3  * Use of this source code is governed by a BSD-3-clause license that can
4  * be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
5  */
6 #ifndef TURI_RECSYS_MODELS_H_
7 #define TURI_RECSYS_MODELS_H_
8 
9 /**
10  * Meta header including all recsys models.
11  */
12 
13 #include <toolkits/recsys/models/popularity.hpp>
14 #include <toolkits/recsys/models/itemcf.hpp>
15 #include <toolkits/recsys/models/item_content_recommender.hpp>
16 #include <toolkits/recsys/models/factorization_models.hpp>
17 
18 #endif /* TURI_RECSYS_MODELS_H_ */