Uses of Class
org.apache.solr.ltr.model.ModelException
- 
Packages that use ModelException Package Description org.apache.solr.ltr.model Contains Model related classesorg.apache.solr.ltr.store Contains feature and model store related classes.org.apache.solr.ltr.store.rest Contains theManagedResourcethat encapsulate the feature and the model stores.
- 
- 
Uses of ModelException in org.apache.solr.ltr.modelMethods in org.apache.solr.ltr.model that throw ModelException Modifier and Type Method Description Map<String,Object>DefaultWrapperModel. fetchModelMap()abstract Map<String,Object>WrapperModel. fetchModelMap()static LTRScoringModelLTRScoringModel. getInstance(SolrResourceLoader solrResourceLoader, String className, String name, List<Feature> features, List<Normalizer> norms, String featureStoreName, List<Feature> allFeatures, Map<String,Object> params)voidAdapterModel. init(SolrResourceLoader solrResourceLoader)protected voidDefaultWrapperModel. validate()protected voidLinearModel. validate()protected voidLTRScoringModel. validate()Validate that settings make sense and throwsModelExceptionif they do not make sense.voidMultipleAdditiveTreesModel.RegressionTree. validate()voidMultipleAdditiveTreesModel.RegressionTreeNode. validate()protected voidMultipleAdditiveTreesModel. validate()intNeuralNetworkModel.DefaultLayer. validate(int inputDim)intNeuralNetworkModel.Layer. validate(int inputDim)protected voidNeuralNetworkModel. validate()protected voidWrapperModel. validate()
- 
Uses of ModelException in org.apache.solr.ltr.storeMethods in org.apache.solr.ltr.store that throw ModelException Modifier and Type Method Description voidModelStore. addModel(LTRScoringModel modeldata)
- 
Uses of ModelException in org.apache.solr.ltr.store.restMethods in org.apache.solr.ltr.store.rest that throw ModelException Modifier and Type Method Description voidManagedModelStore. addModel(LTRScoringModel ltrScoringModel)
 
-