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