|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.viz.roc.ROCNodeModel.ROCCurve
static class ROCNodeModel.ROCCurve
Small container class for a single ROC curve.
| Constructor Summary | |
|---|---|
ROCNodeModel.ROCCurve(String name,
double[] x,
double[] y,
double area)
Creates a new ROC curve container. |
|
| Method Summary | |
|---|---|
double |
getArea()
Returns the curve's area. |
String |
getName()
Returns the curve's name. |
double[] |
getX()
Returns the curve's x-values. |
double[] |
getY()
Returns the curve's y-values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
ROCNodeModel.ROCCurve(String name,
double[] x,
double[] y,
double area)
name - the curve's namex - the curve's x-valuesy - the curve's y-valuesarea - the curve's area| Method Detail |
|---|
public String getName()
public final double getArea()
public final double[] getX()
public final double[] getY()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||