Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiann authored Sep 2, 2024
1 parent fbb9dae commit 56505be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Xscale = reduce(hcat, [x*c for (x,c) in zip(eachcol(X),C)]);
result2 = gplvmplus(Xscale; Q = 2, H1 = 20, H2 = 20, iterations = 5000);
# Plot latent 2-dimensional projections
plot(result[:Z][1,:],result[:Z][2,:],"o")
plot(result2[:Z][1,:],result2[:Z][2,:],"o")
# Compare inferred scaling coefficients to actual coefficients C
figure()
Expand Down

0 comments on commit 56505be

Please sign in to comment.