public interface BudgetManager
Modifier and Type | Method and Description |
---|---|
int |
getLastLabelAcqReport()
Returns the number of labels that have been chosen for acquisition since
the last report.
|
boolean |
isAbove(double value)
Returns true if the given value is above an internal threshold and the
label should be acquired.
|
void |
resetLearning()
Resets the budget manager.
|
boolean isAbove(double value)
int getLastLabelAcqReport()
void resetLearning()
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.