META-INF.lenskit.entity-defaults.rating.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lenskit-core Show documentation
Show all versions of lenskit-core Show documentation
The core of LensKit, providing basic implementations and algorithm support.
The newest version!
builder: org.lenskit.data.ratings.RatingBuilder
attributes:
user: long
item: long
rating: double
timestamp: long
derivations:
user: user
item: item
columns: [user, item, rating, timestamp]