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
modelModel<TInputData, TPrediction>xEvalTestTInputDatayEvalTestTPredictionpredictionLogitsTPrediction
Returns
Type Parameters
TInputDataTPrediction