fun test(features: List<Feature>): Double
Overrides Model.test
Tests the model by evaluating the model on a set of features.
Internally, the best program found during training will be used to satisfy the evaluation.
features
- A set of features that the output is sought for.
Returns
The output of evaluating the model using the given feature set.