reco4j-core

Reco4j is an open source project aims at developing a recommendation framework based on graph data sources. We choose graph databases for several reasons. They are NoSQL databases, so "schemaless". This means that it is possible to extend the basic data structure with intermediate information, i.e. similarity value between item and so on. Moreover, since every information is expressed with properties, nodes and relations, the recommendation process can be customized to work on every graph. Reco4j can be used on every graph where "user" and "item" is represented by node and the preferences are modelled as relationship between them. Current implementation leverage on Neo4j as first graph database integrated in our framework.

Лицензия

Лицензия

Группа

Группа

org.reco4j
Идентификатор

Идентификатор

reco4j-core
Последняя версия

Последняя версия

0.5.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

reco4j-core
Reco4j is an open source project aims at developing a recommendation framework based on graph data sources. We choose graph databases for several reasons. They are NoSQL databases, so "schemaless". This means that it is possible to extend the basic data structure with intermediate information, i.e. similarity value between item and so on. Moreover, since every information is expressed with properties, nodes and relations, the recommendation process can be customized to work on every graph. Reco4j can be used on every graph where "user" and "item" is represented by node and the preferences are modelled as relationship between them. Current implementation leverage on Neo4j as first graph database integrated in our framework.

Скачать reco4j-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.reco4j/reco4j-core/ -->
<dependency>
    <groupId>org.reco4j</groupId>
    <artifactId>reco4j-core</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.reco4j/reco4j-core/
implementation 'org.reco4j:reco4j-core:0.5.0'
// https://jarcasting.com/artifacts/org.reco4j/reco4j-core/
implementation ("org.reco4j:reco4j-core:0.5.0")
'org.reco4j:reco4j-core:jar:0.5.0'
<dependency org="org.reco4j" name="reco4j-core" rev="0.5.0">
  <artifact name="reco4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reco4j', module='reco4j-core', version='0.5.0')
)
libraryDependencies += "org.reco4j" % "reco4j-core" % "0.5.0"
[org.reco4j/reco4j-core "0.5.0"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
log4j : log4j jar 1.2.17
org.apache.mahout : mahout-core jar 0.7
org.apache.commons : commons-math3 jar 3.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0