c

cf4j

A Java's Collaborative Filtering library to carry out experiments in research of Collaborative Filtering based Recommender Systems. The library has been designed from researchers to researchers.
https://github.com/ferortega/cf4j
The Apache Software License, Version 2.0
文件下载
文件名 操作
cf4j-1.1.0.jar 下载
cf4j-1.1.0.pom 下载
cf4j-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.ferortega</groupId>
  <artifactId>cf4j</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.ferortega:cf4j:1.1.0'
Gradle Kotlin
implementation("com.github.ferortega:cf4j:1.1.0")
Scala SBT
libraryDependencies += "com.github.ferortega" % "cf4j" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ferortega', module='cf4j', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.ferortega" name="cf4j" rev="1.1.0" />
Leiningen
[com.github.ferortega/cf4j "1.1.0"]
Apache Buildr
'com.github.ferortega:cf4j:jar:1.1.0'