public class MarginCurve extends java.lang.Object implements RevisionHandler
| Constructor and Description |
|---|
MarginCurve() |
| Modifier and Type | Method and Description |
|---|---|
Instances |
getCurve(java.util.ArrayList<Prediction> predictions)
Calculates the cumulative margin distribution for the set of predictions,
returning the result as a set of Instances.
|
java.lang.String |
getRevision()
Returns the revision string.
|
static void |
main(java.lang.String[] args)
Tests the MarginCurve generation from the command line.
|
public Instances getCurve(java.util.ArrayList<Prediction> predictions)
public java.lang.String getRevision()
getRevision in interface RevisionHandlerpublic static void main(java.lang.String[] args)
args - currently ignored