Class RankingFeatureMaxPossible
- java.lang.Object
-
- com.funnelback.publicui.search.model.transaction.contentoptimiser.RankingFeature
-
- com.funnelback.publicui.search.model.transaction.contentoptimiser.RankingFeatureMaxPossible
-
- All Implemented Interfaces:
Comparable<RankingFeature>
public class RankingFeatureMaxPossible extends RankingFeature
-
-
Field Summary
-
Fields inherited from class com.funnelback.publicui.search.model.transaction.contentoptimiser.RankingFeature
CONSAT, maxScore, minScore, win
-
-
Constructor Summary
Constructors Constructor Description RankingFeatureMaxPossible(String name, String category, ResultPacket rp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
caculateWin(float selectedScore, float weighting)
-
Methods inherited from class com.funnelback.publicui.search.model.transaction.contentoptimiser.RankingFeature
compareTo, getCategory, getHintTexts, getLongName, getName, getScores, getWin, isInteresting, rememberScore
-
-
-
-
Constructor Detail
-
RankingFeatureMaxPossible
public RankingFeatureMaxPossible(String name, String category, ResultPacket rp)
-
-
Method Detail
-
caculateWin
public void caculateWin(float selectedScore, float weighting)
- Specified by:
caculateWin
in classRankingFeature
-
-