kgp.evolution / Model / test

test

abstract fun test(features: List<Feature>): Double

Tests the model on a set of features.

Parameters

features - A set of input features.

Returns
A mapping of the input features to an output.