kgp.fitness / Case / <init>
<init>
Case(features: List<Feature>, output: Double)
A case in a data set.
A case is really just a collection of features mapping to an output.
Parameters
features
- A set of features that make up this case.
output
- The output expected for this set of features.