Last Version

Learning to Rank 2.11.1

This is a copy of the original RankLib from the Lemur project (https://sourceforge.net/p/lemur/wiki/RankLib/). The copy serves as a possibility to create a Maven artifact uploaded to Maven central since the Lemur project doesn't provide Maven artifacts on central. Additionally, changes have been made to use RankLib more easily as a library from the code of another program. Also, for thread-safety, the static, global feature number counter is not used any more.

License

License

GroupId

GroupId

de.julielab
ArtifactId

ArtifactId

learning-to-rank
Version

Version

2.11.1
Type

Type

jar
Description

Description

Learning to Rank
This is a copy of the original RankLib from the Lemur project (https://sourceforge.net/p/lemur/wiki/RankLib/). The copy serves as a possibility to create a Maven artifact uploaded to Maven central since the Lemur project doesn't provide Maven artifacts on central. Additionally, changes have been made to use RankLib more easily as a library from the code of another program. Also, for thread-safety, the static, global feature number counter is not used any more.
Project Organization

Project Organization

JULIE Lab, Germany

Download learning-to-rank 2.11.1


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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-math3 jar 3.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.