| License |
License |
|---|---|
| Categories |
CategoriesSearch Business Logic Libraries |
| GroupId | GroupIdcom.github.fair-search |
| ArtifactId | ArtifactIdfairsearch-deltr |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFair Search DELTR
A Java library for disparate exposure in ranking (a learning to rank approach)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fairsearch-deltr-1.0.2.pom | |
| fairsearch-deltr-1.0.2.jar | 21 KB |
| fairsearch-deltr-1.0.2-tests.jar | 13 KB |
| fairsearch-deltr-1.0.2-sources.jar | 12 KB |
| fairsearch-deltr-1.0.2-javadoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fair-search/fairsearch-deltr/ -->
<dependency>
<groupId>com.github.fair-search</groupId>
<artifactId>fairsearch-deltr</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fair-search/fairsearch-deltr/
implementation 'com.github.fair-search:fairsearch-deltr:1.0.2'
// https://jarcasting.com/artifacts/com.github.fair-search/fairsearch-deltr/
implementation ("com.github.fair-search:fairsearch-deltr:1.0.2")
'com.github.fair-search:fairsearch-deltr:jar:1.0.2'
<dependency org="com.github.fair-search" name="fairsearch-deltr" rev="1.0.2">
<artifact name="fairsearch-deltr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fair-search', module='fairsearch-deltr', version='1.0.2')
)
libraryDependencies += "com.github.fair-search" % "fairsearch-deltr" % "1.0.2"
[com.github.fair-search/fairsearch-deltr "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.lucene : lucene-expressions | jar | 7.1.0 |
| org.apache.commons : commons-math3 | jar | 3.6.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.8.10 |
| org.nd4j : nd4j-native-platform | jar | 0.9.1 |
| org.datavec : datavec-api | jar | 0.9.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.mashape.unirest : unirest-java | jar | 1.4.9 |
| org.apache.lucene : lucene-test-framework | jar | 7.1.0 |
| pl.pragmatists : JUnitParams | jar | 1.1.1 |