Package com.bayesserver.analysis
Class LiftChartPoint
- java.lang.Object
-
- com.bayesserver.analysis.LiftChartPoint
-
public final class LiftChartPoint extends Object
Represents an XY coordinate in a lift chart.
-
-
Constructor Summary
Constructors Constructor Description LiftChartPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getX()
Gets the value on the x-axis.double
getY()
Gets the value on the y-axis.
-