jar

org.grouplens.lenskit : lenskit-svd

Maven & Gradle

Mar 30, 2016
6 usages
968 stars

LensKit SVD CF · Matrix factorization collaborative filtering for LensKit

Table Of Contents

Latest Version

Download org.grouplens.lenskit : lenskit-svd JAR file - Latest Versions:

All Versions

Download org.grouplens.lenskit : lenskit-svd JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0
2.2.x
2.2
2.1.x
2.1
2.0.x
2.0
1.3
1.2
1.1
1.0.x
1.0
0.11
0.10
0.9
0.8.x
0.8
0.7
0.6
0.5
0.4
0.3.x
0.3
0.2
0.1
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window lenskit-svd-3.0-T5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.lenskit.mf.svd

├─ org.lenskit.mf.svd.BiasedMFItemScorer.class - [JAR]

├─ org.lenskit.mf.svd.BiasedMFKernel.class - [JAR]

├─ org.lenskit.mf.svd.DomainClampingKernel.class - [JAR]

├─ org.lenskit.mf.svd.DotProductKernel.class - [JAR]

├─ org.lenskit.mf.svd.MFModel.class - [JAR]

org.lenskit.mf.funksvd

├─ org.lenskit.mf.funksvd.FeatureCount.class - [JAR]

├─ org.lenskit.mf.funksvd.FeatureInfo.class - [JAR]

├─ org.lenskit.mf.funksvd.FunkSVDItemScorer.class - [JAR]

├─ org.lenskit.mf.funksvd.FunkSVDModel.class - [JAR]

├─ org.lenskit.mf.funksvd.FunkSVDModelBuilder.class - [JAR]

├─ org.lenskit.mf.funksvd.FunkSVDUpdateRule.class - [JAR]

├─ org.lenskit.mf.funksvd.FunkSVDUpdater.class - [JAR]

├─ org.lenskit.mf.funksvd.InitialFeatureValue.class - [JAR]

├─ org.lenskit.mf.funksvd.RuntimeUpdate.class - [JAR]

├─ org.lenskit.mf.funksvd.TrainingEstimator.class - [JAR]

Advertisement