de.lmu.ifi.dbs.elki.evaluation.roc
Class ComputeROCCurve.ROCResult
java.lang.Object
de.lmu.ifi.dbs.elki.result.AbstractHierarchicalResult
de.lmu.ifi.dbs.elki.result.BasicResult
de.lmu.ifi.dbs.elki.result.CollectionResult<DoubleDoublePair>
de.lmu.ifi.dbs.elki.evaluation.roc.ComputeROCCurve.ROCResult
- All Implemented Interfaces:
- HierarchicalResult, IterableResult<DoubleDoublePair>, Result, Iterable<DoubleDoublePair>
- Enclosing class:
- ComputeROCCurve
public static class ComputeROCCurve.ROCResult
- extends CollectionResult<DoubleDoublePair>
Result object for ROC curves.
Field Summary |
private double |
auc
AUC value |
Method Summary |
double |
getAUC()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
auc
private double auc
- AUC value
ComputeROCCurve.ROCResult
public ComputeROCCurve.ROCResult(Collection<DoubleDoublePair> col,
Collection<String> header,
double rocauc)
- Constructor.
- Parameters:
col
- roc curveheader
- headerrocauc
- ROC AUC value
getAUC
public double getAUC()
- Returns:
- the area under curve