| Package | Description |
|---|---|
| de.jungblut.math |
| Modifier and Type | Method and Description |
|---|---|
static MathUtils.PredictionOutcomePair |
MathUtils.PredictionOutcomePair.from(int outcomeClass,
double prediction) |
| Modifier and Type | Method and Description |
|---|---|
int |
MathUtils.PredictionOutcomePair.compareTo(MathUtils.PredictionOutcomePair o) |
| Modifier and Type | Method and Description |
|---|---|
static double |
MathUtils.computeAUC(List<MathUtils.PredictionOutcomePair> outcomePredictedPairs)
This is actually taken from Kaggle's C# implementation:
://www.kaggle.com/c/SemiSupervisedFeatureLearning
/forums/t/919/auc-implementation/6136#post6136. |
Copyright © 2016. All rights reserved.