|
ErrorFunctionBase
Dummy error function base class
|
|
ErrorFunction
Common error function interface, computing the difference between
some desired and some predicted values.
|
|
RMSErrorFx
Computes the root mean squared error of some desired and some
predicted values.
|
|
MeanMismatchErrorFx
Computes the percentage of mismatches between some desired and some
predicted values.
|
|
AUCErrorFx
Computes the area under the ROC for the given the
desired and predicted to make the prediction.
|
|
CorrErrorFx
Computes the correlation between the desired and the predicted
values.
|