mirror of
https://github.com/Relintai/MLPP.git
synced 2025-02-08 16:00:04 +01:00
fixed issue in LSA
This commit is contained in:
parent
6d7e048b12
commit
bf667b0a2d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user