default set only for NMFPolicy

This commit is contained in:
Adarsh Santoria
2023-02-09 14:05:11 +05:30
committed by GitHub
parent 50c797a9b1
commit 58df0e6908
+1 -1
View File
@@ -300,7 +300,7 @@ extern size_t neighborhood;
extern size_t rank;
// Build the CF object and perform the decomposition.
CF cf(data, RegSVDPolicy(), neighborhood, rank);
CFType cf(data, RegSVDPolicy(), neighborhood, rank);
// Store the results in this object.
arma::Mat<size_t> recommendations;