com.rapidminer.tools.math
Class ROCPoint

java.lang.Object
  extended by 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)
           
 
Method Summary
 double getConfidence()
           
 double getFalsePositives()
          Returns the number of false positives, not the rate.
 double getTruePositives()
          Returns the number of true positives, not the rate.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ROCPoint

public ROCPoint(double falsePositives,
                double truePositives,
                double confidence)
Method Detail

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