kgp.fitness / Feature

Feature

data class Feature

A feature of some case in a data set.

A feature is essentially a variable to a GP program.

Parameters

value - The value of this feature.

name - A name for this feature.

Constructors

<init> Feature(value: Double, name: String)

A feature of some case in a data set.

Properties

name val name: String
value val value: Double