Table of Contents

Delegate EvalFunction<TInputData, TPrediction>

Namespace
NeuralNetworks.Trainers
Assembly
NeuralNetworks.dll
public delegate float EvalFunction<TInputData, TPrediction>(Model<TInputData, TPrediction> model, TInputData xEvalTest, TPrediction yEvalTest, TPrediction? predictionLogits) where TInputData : notnull where TPrediction : notnull

Parameters

model Model<TInputData, TPrediction>
xEvalTest TInputData
yEvalTest TPrediction
predictionLogits TPrediction

Returns

float

Type Parameters

TInputData
TPrediction