public class BordeauxPredictor extends Object
Constructor and Description |
---|
BordeauxPredictor(Context context) |
BordeauxPredictor(Context context,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
addSample(String sampleName) |
ArrayList<Pair<String,Float>> |
getTopSamples() |
ArrayList<Pair<String,Float>> |
getTopSamples(int topK) |
boolean |
reset() |
boolean |
retrievePredictor() |
boolean |
setParameter(String key,
String value) |