| Package | Description |
|---|---|
| org.openimaj.image.objectdetection.haar.training | |
| org.openimaj.ml.classification | |
| org.openimaj.ml.classification.boosting |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTrainingData |
class |
CachedTrainingData |
| 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) |
void |
AdaBoost.printClassificationQuality(LabelledDataProvider data,
List<ObjectFloatPair<StumpClassifier>> ensemble,
float threshold) |