License |
License |
---|---|
GroupId | GroupIdde.julielab |
ArtifactId | ArtifactIdlearning-to-rank |
Last Version | Last Version2.11.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLearning 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 |
Filename | Size |
---|---|
learning-to-rank-2.11.1.pom | |
learning-to-rank-2.11.1.jar | 176 KB |
learning-to-rank-2.11.1-sources.jar | 111 KB |
learning-to-rank-2.11.1-javadoc.jar | 811 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-math3 | jar | 3.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |