public class Evaluation extends Object
Modifier and Type | Field and Description |
---|---|
double |
AUC |
ArrayList<Double> |
FPFs |
ArrayList<Integer> |
HoldoutRanks |
int |
MaxRank |
ArrayList<Double> |
Precisions |
ArrayList<Double> |
TPFs |
Constructor and Description |
---|
Evaluation() |
Modifier and Type | Method and Description |
---|---|
void |
calcAUC() |
static void |
calculateOverallAUCROC(String ROCFileName,
int MaxRank,
ArrayList<ArrayList<Double>> AllFPFs,
ArrayList<ArrayList<Double>> AllTPFs,
ArrayList<ArrayList<Double>> AllPrecisions) |
void |
calTPFs_FPFs() |
Copyright © 2019. All rights reserved.