| Constructor and Description |
|---|
CurrentBestLearner(java.lang.String trueGoalValue) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
predict(Example e)
Returns the outcome predicted for the specified example
|
int[] |
test(DataSet ds)
Returns the accuracy of the hypothesis on the specified set of examples
|
void |
train(DataSet ds) |