kgp.fitness / Case

Case

data class Case

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.

Constructors

<init> Case(features: List<Feature>, output: Double)

A case in a data set.

Properties

features val features: List<Feature>
output val output: Double