|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.tools.math.LiftDataGenerator
public class LiftDataGenerator
Helper class containing some methods for Lift plots.
| Field Summary | |
|---|---|
static int |
MAX_LIFT_POINTS
Defines the maximum amount of points which is plotted in the ROC curve. |
| Constructor Summary | |
|---|---|
LiftDataGenerator()
Creates a new Lift data generator. |
|
| Method Summary | |
|---|---|
void |
createLiftChartPlot(java.util.List<double[]> data)
Creates a dialog containing a plotter for a given list of ROC data points. |
java.util.List<double[]> |
createLiftDataList(ExampleSet exampleSet)
Creates a list of ROC data poings from the given example set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MAX_LIFT_POINTS
| Constructor Detail |
|---|
public LiftDataGenerator()
| Method Detail |
|---|
public java.util.List<double[]> createLiftDataList(ExampleSet exampleSet)
public void createLiftChartPlot(java.util.List<double[]> data)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||