com.rapidminer.tools.math
Class ROCPoint
java.lang.Object
com.rapidminer.tools.math.ROCPoint
public class ROCPoint
- extends java.lang.Object
Objects of this class hold all information about a single ROC data point.
- Author:
- Ingo Mierswa
|
Constructor Summary |
ROCPoint(double falsePositives,
double truePositives,
double confidence)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ROCPoint
public ROCPoint(double falsePositives,
double truePositives,
double confidence)
getFalsePositives
public double getFalsePositives()
- Returns the number of false positives, not the rate.
getTruePositives
public double getTruePositives()
- Returns the number of true positives, not the rate.
getConfidence
public double getConfidence()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2001-2009 by Rapid-I