public class BordeauxRanker extends Object
Constructor and Description |
---|
BordeauxRanker(Context context) |
BordeauxRanker(Context context,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
reset() |
boolean |
retrieveRanker() |
float |
scoreSample(HashMap<String,Float> sample) |
boolean |
setParameter(String key,
String value) |
boolean |
setPriorWeight(HashMap<String,Float> sample) |
boolean |
update(HashMap<String,Float> sample1,
HashMap<String,Float> sample2) |
public BordeauxRanker(Context context)