Package org.apache.solr.ltr.model
Contains Model related classes
-
Interface Summary Interface Description NeuralNetworkModel.Activation NeuralNetworkModel.Layer -
Class Summary Class Description AdapterModel A scoring model whose initialization is completed via itsAdapterModel.init(SolrResourceLoader)
method.DefaultWrapperModel A scoring model that fetches the wrapped model fromSolrResourceLoader
.LinearModel A scoring model that computes scores using a dot product.LTRScoringModel A scoring model computes scores that can be used to rerank documents.MultipleAdditiveTreesModel A scoring model that computes scores based on the summation of multiple weighted trees.NeuralNetworkModel A scoring model that computes document scores using a neural network.WrapperModel A scoring model that wraps the other model. -
Exception Summary Exception Description ModelException