fixed issue in LSA

This commit is contained in:
novak_99 2021-12-23 19:15:17 -08:00
parent 6d7e048b12
commit bf667b0a2d
2 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ namespace MLPP{
Vt_trunc.push_back(Vt[i]);
}
std::vector<std::vector<double>> embeddings = alg.matmult(S_trunc, Vt);
std::vector<std::vector<double>> embeddings = alg.matmult(S_trunc, Vt_trunc);
return embeddings;
}

BIN
a.out

Binary file not shown.