Uses of Class
com.funnelback.publicui.search.model.padre.CoolerWeighting
-
Packages that use CoolerWeighting Package Description com.funnelback.publicui.search.model.padre Provides classes corresponding to the XML result packet returned by PADRE. -
-
Uses of CoolerWeighting in com.funnelback.publicui.search.model.padre
Fields in com.funnelback.publicui.search.model.padre with type parameters of type CoolerWeighting Modifier and Type Field Description private java.util.Map<CoolerWeighting,java.lang.String>ResultPacket. coolerNamesAMapof long names for cooler ranking variables, keyed by the cooler variable short names + id.private java.util.Map<CoolerWeighting,java.lang.Float>ResultPacket. coolerWeightsAMapof floats that describe the cooler ranking weights.private java.util.Map<CoolerWeighting,java.lang.String>ResultPacket. explainTypesAMapof Strings that describes how to calculate the potential improvement for ranking on each feature when the content optimiser is used.java.util.Map<CoolerWeighting,java.lang.Float>Explain. featureScoresMap of float scores for each ranking feature.Methods in com.funnelback.publicui.search.model.padre that return CoolerWeighting Modifier and Type Method Description static CoolerWeightingCoolerWeighting. fromJSON(java.lang.String json)Used to deserialize aCoolerWeightingfrom a JSON value, as represented bytoString().Methods in com.funnelback.publicui.search.model.padre that return types with arguments of type CoolerWeighting Modifier and Type Method Description java.util.Map<CoolerWeighting,java.lang.String>ResultPacket. getCoolerNames()AMapof long names for cooler ranking variables, keyed by the cooler variable short names + id.java.util.Map<CoolerWeighting,java.lang.Float>ResultPacket. getCoolerWeights()AMapof floats that describe the cooler ranking weights.java.util.Map<CoolerWeighting,java.lang.String>ResultPacket. getExplainTypes()AMapof Strings that describes how to calculate the potential improvement for ranking on each feature when the content optimiser is used.java.util.Map<CoolerWeighting,java.lang.Float>Explain. getFeatureScores()Map of float scores for each ranking feature.Constructor parameters in com.funnelback.publicui.search.model.padre with type arguments of type CoolerWeighting Constructor Description Explain(float finalScore, int consat, float lenratio, java.util.Map<CoolerWeighting,java.lang.Float> featureScores)
-