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 target and predicted to make the prediction.
Instance Methods [hide private]
 
__call__(self, predicted, target)
Requires all arguments.
source code

Inherited from _ErrorFx: __repr__, __str__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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

source code 
Requires all arguments.
Overrides: _ErrorFx.__call__