c

cf4j

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