public class BordeauxClassifier extends Object
Constructor and Description |
---|
BordeauxClassifier(Context context) |
BordeauxClassifier(Context context,
String name) |
Modifier and Type | Method and Description |
---|---|
int |
classify(HashMap<Integer,Float> sample) |
boolean |
update(HashMap<Integer,Float> sample,
int target) |
public BordeauxClassifier(Context context)