Uses of Class
de.jungblut.math.MathUtils.PredictionOutcomePair
-
Packages that use MathUtils.PredictionOutcomePair Package Description de.jungblut.math -
-
Uses of MathUtils.PredictionOutcomePair in de.jungblut.math
Methods in de.jungblut.math that return MathUtils.PredictionOutcomePair Modifier and Type Method Description static MathUtils.PredictionOutcomePairMathUtils.PredictionOutcomePair. from(int outcomeClass, double prediction)Methods in de.jungblut.math with parameters of type MathUtils.PredictionOutcomePair Modifier and Type Method Description intMathUtils.PredictionOutcomePair. compareTo(MathUtils.PredictionOutcomePair o)Method parameters in de.jungblut.math with type arguments of type MathUtils.PredictionOutcomePair Modifier and Type Method Description static doubleMathUtils. computeAUC(java.util.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.
-