data class Feature
A feature of some case in a data set.
A feature is essentially a variable to a GP program.
value - The value of this feature.
name - A name for this feature.
| <init> |
Feature(value: Double, name: String)
A feature of some case in a data set. |
| name |
val name: String |
| value |
val value: Double |