Skip to content

Instantly share code, notes, and snippets.

@akr4
Created December 18, 2011 15:55
Show Gist options
  • Save akr4/1493766 to your computer and use it in GitHub Desktop.
Save akr4/1493766 to your computer and use it in GitHub Desktop.
lazy val slopeOne = new RecommenderBuilder {
def buildRecommender(model: DataModel) = new SlopeOneRecommender(model)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment