org.rosuda.deducer.models
Class LogisticModel.PlotRoc

java.lang.Object
  extended by org.rosuda.deducer.models.LogisticModel.PlotRoc
Enclosing class:
LogisticModel

public class LogisticModel.PlotRoc
extends java.lang.Object


Field Summary
 boolean auc
           
 boolean diag
           
 boolean predProbs
           
 boolean roc
           
 
Constructor Summary
LogisticModel.PlotRoc()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roc

public boolean roc

diag

public boolean diag

predProbs

public boolean predProbs

auc

public boolean auc
Constructor Detail

LogisticModel.PlotRoc

public LogisticModel.PlotRoc()