net.sf.myra.datamining.statistics
Class CurveFactory.ROCCurveFactory

java.lang.Object
  extended by net.sf.myra.datamining.statistics.CurveFactory
      extended by net.sf.myra.datamining.statistics.CurveFactory.ROCCurveFactory
Enclosing class:
CurveFactory

public static class CurveFactory.ROCCurveFactory
extends CurveFactory

This class represents the Precision-Recall curve factory.


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.myra.datamining.statistics.CurveFactory
CurveFactory.PRCurveFactory, CurveFactory.ROCCurveFactory
 
Field Summary
 
Fields inherited from class net.sf.myra.datamining.statistics.CurveFactory
NEGATIVE, POSITIVE, PRECISION_RECALL, ROC
 
Constructor Summary
CurveFactory.ROCCurveFactory()
           
 
Method Summary
 Curve create(double[][] values)
          Returns a curve based on the specified (predicted,class) values.
 
Methods inherited from class net.sf.myra.datamining.statistics.CurveFactory
count, sort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurveFactory.ROCCurveFactory

public CurveFactory.ROCCurveFactory()
Method Detail

create

public Curve create(double[][] values)
Description copied from class: CurveFactory
Returns a curve based on the specified (predicted,class) values.

Specified by:
create in class CurveFactory
Returns:
a curve based on the specified (predicted,class) values.


Copyright © 2013. All Rights Reserved.