public class MarginCurve extends java.lang.Object implements RevisionHandler
Constructor and Description |
---|
MarginCurve() |
Modifier and Type | Method and Description |
---|---|
Instances |
getCurve(FastVector 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(FastVector predictions)
public java.lang.String getRevision()
getRevision
in interface RevisionHandler
public static void main(java.lang.String[] args)
args
- currently ignored