Package | Description |
---|---|
org.openimaj.ml.classification | |
org.openimaj.ml.classification.boosting |
Modifier and Type | Method and Description |
---|---|
ObjectFloatPair<StumpClassifier> |
StumpClassifier.WeightedLearner.learn(LabelledDataProvider trainingSet,
float[] _weights) |
Modifier and Type | Method and Description |
---|---|
List<ObjectFloatPair<StumpClassifier>> |
AdaBoost.learn(LabelledDataProvider trainingSet,
int numberOfRounds) |
Modifier and Type | Method and Description |
---|---|
static boolean |
AdaBoost.classify(float[] data,
List<ObjectFloatPair<StumpClassifier>> ensemble) |
static boolean |
AdaBoost.classify(float[] data,
List<ObjectFloatPair<StumpClassifier>> ensemble,
float threshold) |
void |
AdaBoost.printClassificationQuality(LabelledDataProvider data,
List<ObjectFloatPair<StumpClassifier>> ensemble,
float threshold) |