Uses of Class
com.attivio.sdk.search.relevancy.RelevancyModel.FeatureWeight
-
Packages that use RelevancyModel.FeatureWeight Package Description com.attivio.sdk.search.relevancy Contains classes relevancy model related classes. -
-
Uses of RelevancyModel.FeatureWeight in com.attivio.sdk.search.relevancy
Methods in com.attivio.sdk.search.relevancy that return RelevancyModel.FeatureWeight Modifier and Type Method Description RelevancyModel.FeatureWeight
RelevancyModel.FeatureWeight. clone()
Methods in com.attivio.sdk.search.relevancy that return types with arguments of type RelevancyModel.FeatureWeight Modifier and Type Method Description java.util.List<RelevancyModel.FeatureWeight>
RelevancyModel. getWeights()
java.util.Iterator<RelevancyModel.FeatureWeight>
RelevancyModel. iterator()
Method parameters in com.attivio.sdk.search.relevancy with type arguments of type RelevancyModel.FeatureWeight Modifier and Type Method Description void
RelevancyModel. setWeights(java.util.List<RelevancyModel.FeatureWeight> value)
-