public interface BudgetedKernelBinaryCategorizerLearner
Modifier and Type | Method and Description |
---|---|
int |
getBudget()
Gets the budget.
|
void |
setBudget(int budget)
Sets the budget.
|
int getBudget()
void setBudget(int budget)
budget
- The budget. Must be positive.