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