E F M T

E

expected_fscore(double[], int, double) - Static method in class FScore
Return the Fbeta score when the first n instances are predicted as positive.
expected_fscores(double[], int, int) - Static method in class FScore
Return the Fq/r scores when the first k instances are predicted as positive, for all k.
expected_fscores(double[], double) - Static method in class FScore
Return the Fbeta scores when the first n instances are predicted as positive, for all n.

F

FScore - Class in <Unnamed>
This class implements the cubic time and quadratic time algorithms for computing the predictions maximizing the expected F-score under the label independence assumption.
FScore() - Constructor for class FScore
 

M

main(String[]) - Static method in class FScore
 
max_expected_fscore(double[], int, int) - Static method in class FScore
Return the maximum expected Fq/r when the probabilities that the instances are positive are given by p
max_expected_fscore(double[], double) - Static method in class FScore
Return the maximum expected Fbeta when the probabilities that the instances are positive are given by p
max_expected_fscore_preds(double[], int, int) - Static method in class FScore
Return the predictions maximizing the expected Fq/r when the probabilities that the instances are positive are given by p.
max_expected_fscore_preds(double[], double) - Static method in class FScore
Return the predictions maximizing the expected Fbeta when the probabilities that the instances are positive are given by p.

T

test(double[], int, int) - Static method in class FScore
 

E F M T