Class AreaUnderCurve
Object
org.apache.spark.mllib.evaluation.AreaUnderCurve
Computes the area under the curve (AUC) using the trapezoidal rule.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
AreaUnderCurvepublic AreaUnderCurve()
 
- 
- 
Method Details- 
ofReturns the area under the given curve.- Parameters:
- curve- an RDD of ordered 2D points stored in pairs representing a curve
- Returns:
- (undocumented)
 
- 
ofReturns the area under the given curve.- Parameters:
- curve- an iterator over ordered 2D points stored in pairs representing a curve
- Returns:
- (undocumented)
 
 
-