Uses of Package
org.apache.solr.ltr.interleaving
Packages that use org.apache.solr.ltr.interleaving
Package
Description
Contains Various Interleaving auxiliary classes
Contains Various Interleaving Algorithms
-
Classes in org.apache.solr.ltr.interleaving used by org.apache.solr.ltr.interleavingClassDescriptionInterleaving considers two ranking models: modelA and modelB.
For a given query, each model returns its ranked list of documents La = (a1,a2,...) and Lb = (b1, b2, ...).
An Interleaving algorithm creates a unique ranked list I = (i1, i2, ...).
This list is created by interleaving elements from the two lists la and lb as described by the implementation algorithm.
Each element Ij is labelled TeamA if it is selected from La and TeamB if it is selected from Lb. -
Classes in org.apache.solr.ltr.interleaving used by org.apache.solr.ltr.interleaving.algorithmsClassDescriptionInterleaving considers two ranking models: modelA and modelB.
For a given query, each model returns its ranked list of documents La = (a1,a2,...) and Lb = (b1, b2, ...).
An Interleaving algorithm creates a unique ranked list I = (i1, i2, ...).
This list is created by interleaving elements from the two lists la and lb as described by the implementation algorithm.
Each element Ij is labelled TeamA if it is selected from La and TeamB if it is selected from Lb.