Calculate the f_beta-score for the binary classifier
Calculate the f_beta-score for the binary classifier
"Measures the effectiveness of retrieval with respect to a user who attaches beta times as much importance to recall as precision" http://en.wikipedia.org/wiki/F1_score
Defaults to 1 (so returns the f1-score)
False negative count
False positive count
Merge this contingency table with another
Pretty-prints a summary of how the multiclass classifier did (including the confusion matrix)
Pretty-prints a summary of how the multiclass classifier did (including the confusion matrix)
the pretty-printed string
True negative count
True positive count
Contains the contingency table for a binary classifier, and provides common metrics such as precision & recall
Similar to MLlib's org.apache.spark.mllib.evaluation.BinaryClassificationMetrics, but only for metrics that can be calculated from the contingency table
True positive count
False positive count
True negative count
False negative count