pdmlabs.evaluation.anomaly_evaluator#

Functions

evaluate(real_filename,Β predicted_filename)

Classes

class pdmlabs.evaluation.anomaly_evaluator.Evaluator#

Bases: object

compute_fscore()#
compute_precision()#
compute_recall()#
print_predicted_anomalies()#
print_real_anomalies()#
pdmlabs.evaluation.anomaly_evaluator.evaluate(real_filename, predicted_filename, beta=1.0, alpha_r=0.5, cardinality='one', bias_p='flat', bias_r='flat')#