Example #1
0
 public void averageRating()
 {
     ALSWRFactorizer.Features features = new ALSWRFactorizer.Features(factorizer);
     Assert.AreEqual(2.5, features.averateRating(3L), EPSILON);
 }
 public void averageRating()
 {
     ALSWRFactorizer.Features features = new ALSWRFactorizer.Features(factorizer);
     Assert.AreEqual(2.5, features.averateRating(3L), EPSILON);
 }