compute_accuracy_function Interface

interface

Interface for the accuracy function


public pure function compute_accuracy_function(predicted, expected) result(output)

Arguments

Type IntentOptional Attributes Name
real(kind=real32), intent(in), dimension(:,:) :: predicted

Predicted and expected values

real(kind=real32), intent(in), dimension(:,:) :: expected

Predicted and expected values

Return Value real(kind=real32),dimension(size(expected,2))

Accuracy of the model

Description

Compute the accuracy of a model