Skip to content

Commit

Permalink
further windows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust committed Feb 24, 2025
1 parent b9ad87d commit eccc6b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class BatchContainer : public PredictionContainerIface
* - \ref Method Implicit ALS prediction methods
*/
template <typename algorithmFPType = DAAL_ALGORITHM_FP_TYPE, Method method = defaultDense>
class Batch : public daal::algorithms::Prediction
class DAAL_EXPORT Batch : public daal::algorithms::Prediction
{
public:
typedef algorithms::implicit_als::prediction::ratings::Input InputType;
Expand Down

0 comments on commit eccc6b2

Please sign in to comment.