C# Class NNX.Core.ErrorCalculations

Mostrar archivo Open project: ikhramts/NNX

Public Methods

Method Description
CrossEntropyError ( double target, double output ) : double
MeanSquareError ( double target, double output ) : double

Method Details

CrossEntropyError() public static method

public static CrossEntropyError ( double target, double output ) : double
target double
output double
return double

MeanSquareError() public static method

public static MeanSquareError ( double target, double output ) : double
target double
output double
return double