Interface | Description |
---|---|
NeuralNetworkModel.Activation | |
NeuralNetworkModel.Layer |
Class | Description |
---|---|
AdapterModel |
A scoring model whose initialization is completed via its
AdapterModel.init(SolrResourceLoader) method. |
DefaultWrapperModel |
A scoring model that fetches the wrapped model from
SolrResourceLoader . |
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 | Description |
---|---|
ModelException |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.