vacaly commented on code in PR #220:
URL: https://github.com/apache/flink-ml/pull/220#discussion_r1137019076
##########
flink-ml-lib/src/test/java/org/apache/flink/ml/recommendation/SwingTest.java:
##########
@@ -140,6 +141,7 @@ public void testParam() {
assertEquals(5, swing.getAlpha1());
assertEquals(1, swing.getAlpha2());
assertEquals(0.35, swing.getBeta(), 1e-9);
+ assertEquals(1, swing.getSeed());
Review Comment:
OK. The value of seed and different output while setting non-default value
are tested in latest commit.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]