Package mvpa :: Package misc :: Module errorfx :: Class AUCErrorFx
[hide private]
[frames] | no frames]

Class AUCErrorFx

source code


Computes the area under the ROC for the given the desired and predicted to make the prediction.
Instance Methods [hide private]
 
__call__(self, predicted, desired)
Requires all arguments.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(self, predicted, desired)
(Call operator)

source code 
Requires all arguments.
Overrides: ErrorFunction.__call__