jar

com.github.fair-search : fairsearch-deltr

Maven & Gradle

May 05, 2019
2 stars

Fair Search DELTR · A Java library for disparate exposure in ranking (a learning to rank approach)

Table Of Contents

Latest Version

Download com.github.fair-search : fairsearch-deltr JAR file - Latest Versions:

All Versions

Download com.github.fair-search : fairsearch-deltr JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fairsearch-deltr-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.fairsearch.deltr.models

├─ com.github.fairsearch.deltr.models.DeltrDoc.class - [JAR]

├─ com.github.fairsearch.deltr.models.DeltrDocImpl.class - [JAR]

├─ com.github.fairsearch.deltr.models.DeltrTopDocs.class - [JAR]

├─ com.github.fairsearch.deltr.models.DeltrTopDocsImpl.class - [JAR]

├─ com.github.fairsearch.deltr.models.TrainStep.class - [JAR]

com.github.fairsearch.deltr.parsers

├─ com.github.fairsearch.deltr.parsers.DeltrDeserializer.class - [JAR]

com.github.fairsearch.deltr

├─ com.github.fairsearch.deltr.Deltr.class - [JAR]

├─ com.github.fairsearch.deltr.Trainer.class - [JAR]

Advertisement