Uses of Class
com.compomics.util.math.roc.DataRoc.RocInterpolation
Package | Description |
---|---|
com.compomics.util.math.roc |
ROC curve calculation.
|
-
Uses of DataRoc.RocInterpolation in com.compomics.util.math.roc
Methods in com.compomics.util.math.roc that return DataRoc.RocInterpolation Modifier and Type Method Description static DataRoc.RocInterpolation
DataRoc.RocInterpolation. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataRoc.RocInterpolation[]
DataRoc.RocInterpolation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.compomics.util.math.roc with parameters of type DataRoc.RocInterpolation Constructor Description DataRoc(ArrayList<Double> controlValues, ArrayList<Double> patientValues, DataRoc.RocInterpolation rocInterpolation)
Constructor.